Skip to content

Commit

Permalink
Add a travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
jeskew committed Jun 11, 2015
1 parent 0401ddc commit 547dbe4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
language: php

php:
- 5.5.9
- 5.6
- 7.0
- hhvm

sudo: false

install: travis_retry composer install --no-interaction --prefer-source

script: vendor/bin/phpunit
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# AWS Service Provider for Silex

[![@awsforphp on Twitter](http://img.shields.io/badge/twitter-%40awsforphp-blue.svg?style=flat)](https://twitter.com/awsforphp)
[![Latest Stable Version](https://poser.pugx.org/aws/aws-sdk-php-silex/v/stable.png)](https://packagist.org/packages/aws/aws-sdk-php-silex)
[![Total Downloads](https://poser.pugx.org/aws/aws-sdk-php-silex/downloads.png)](https://packagist.org/packages/aws/aws-sdk-php-silex)

Expand Down
1 change: 0 additions & 1 deletion tests/Aws/Silex/Tests/AwsServiceProviderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

namespace Aws\Silex\Tests;

use Aws\S3\S3Client;
use Aws\Silex\AwsServiceProvider;
use Silex\Application;

Expand Down

0 comments on commit 547dbe4

Please sign in to comment.