Skip to content

Commit

Permalink
Next try...
Browse files Browse the repository at this point in the history
  • Loading branch information
nikic committed Feb 20, 2016
1 parent 5b96a11 commit 47509cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ php:
- hhvm

install:
- if [ $TRAVIS_PHP_VERSION = '5.6' ]; composer require satooshi/php-coveralls '~1.0'; fi
- if [ $TRAVIS_PHP_VERSION = '5.6' ]; then composer require satooshi/php-coveralls '~1.0'; fi
- composer install --prefer-source

matrix:
Expand Down

0 comments on commit 47509cf

Please sign in to comment.