Skip to content

Commit

Permalink
Updating Travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremeamia committed Mar 26, 2015
1 parent f7302e1 commit f38d078
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
14 changes: 9 additions & 5 deletions .travis.yml
Expand Up @@ -3,17 +3,21 @@ language: php
php:
- 5.5
- 5.6
- 7.0
- hhvm

before_script:
- export AWS_ACCESS_KEY_ID=foo
- export AWS_SECRET_ACCESS_KEY=bar
- composer self-update
- composer install --no-interaction --prefer-source
sudo: false

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

env:
- AWS_ACCESS_KEY_ID=foo
- AWS_SECRET_ACCESS_KEY=bar

script: make travis

matrix:
allow_failures:
- php: 7.0
- php: hhvm
fast_finish: true
3 changes: 0 additions & 3 deletions tests/FunctionsTest.php
Expand Up @@ -3,9 +3,6 @@

use Aws;

/**
* @covers Aws\Utils
*/
class UtilsTest extends \PHPUnit_Framework_TestCase
{
public function testCreatesRecursiveDirIterator()
Expand Down

0 comments on commit f38d078

Please sign in to comment.