Skip to content

Commit

Permalink
Remove PHP nightly from PHP versions in Travis
Browse files Browse the repository at this point in the history
We'll support stable releases.
  • Loading branch information
Farzad Ghanei committed Dec 12, 2016
1 parent cf91fd7 commit e5de489
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 @@ -7,8 +7,8 @@ php:
- '5.6'
- '7.0'
- '7'
- '7.1'
- hhvm
- nightly
script:
- mkdir -p build/logs
- ./vendor/bin/phpunit --debug --verbose --coverage-clover build/logs/clover.xml t/Test
Expand Down

0 comments on commit e5de489

Please sign in to comment.