Skip to content

Commit

Permalink
Allow nightly to fail, add 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dshafik committed Aug 22, 2016
1 parent fe996ec commit 60c9b8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
@@ -1,11 +1,13 @@
language: php
php:
- 7.0
- 7.1
- nightly
- hhvm
matrix:
allow_failures:
- php: hhvm
- php: nightly
sudo: false
install: travis_retry composer install --no-interaction --prefer-source
script: phpunit
Expand Down

0 comments on commit 60c9b8a

Please sign in to comment.