Skip to content

Commit

Permalink
Updated the code, removed the declare strict statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnymast committed Apr 9, 2017
1 parent 3508515 commit da3318f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Expand Up @@ -7,15 +7,11 @@ php:
- hhvm


env:
- COMPOSER_OPTS="--prefer-lowest"

before_script:
- composer self-update
- composer update



script:
- if [ "$TRAVIS_PHP_VERSION" == "hhvm" ]; then vendor/bin/phpunit -c ./phpunit.xml --testsuite=travis; fi
- if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then vendor/bin/phpunit -c ./phpunit.xml --testsuite=travis --coverage-text --coverage-clover=coverage.clover; fi
Expand Down

0 comments on commit da3318f

Please sign in to comment.