Skip to content

Commit

Permalink
Test against PHP nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
olvlvl committed Oct 1, 2017
1 parent 2a26356 commit 6af386a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Expand Up @@ -12,9 +12,11 @@ php:
- 7.0
- 7.1
- 7.2
- nightly

before_script:
- if [ $TRAVIS_PHP_VERSION != "7.0" ] && [ $TRAVIS_PHP_VERSION != "7.2" ]; then phpenv config-rm xdebug.ini; fi
matrix:
allow_failures:
- php: nightly

script:
- if [ $TRAVIS_PHP_VERSION == "7.0" ]; then make test-coveralls; else make test; fi

0 comments on commit 6af386a

Please sign in to comment.