Skip to content

Commit

Permalink
Revert.
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed Aug 22, 2014
1 parent f179c13 commit af9bb80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: php

php:
php:
- 5.3
- 5.4
- 5.5
Expand All @@ -11,7 +11,7 @@ before_script:
- composer self-update
- composer require satooshi/php-coveralls:~0.6 --prefer-source --no-interaction --dev

script: ./vendor/bin/phpunit -c phpunit.xml --coverage-text
script: phpunit -c phpunit.xml --coverage-text

after_script:
- if [[ "$TRAVIS_PHP_VERSION" != *hhvm* ]]; then php vendor/bin/coveralls -v; fi
Expand Down

0 comments on commit af9bb80

Please sign in to comment.