travis: drop PHP nightly, as it's duplicate to PHP 7.0 (#413)

This commit is contained in:
Tomáš Votruba 2016-04-25 20:49:19 +02:00 committed by Marc J. Schmidt
parent 8960c67866
commit 2496b5fe45

View file

@ -6,7 +6,6 @@ php:
- 5.5
- 5.6
- 7.0
- nightly
- hhvm
cache:
@ -24,7 +23,6 @@ matrix:
fast_finish: true
allow_failures:
- php: nightly
- php: hhvm
- env: SYMFONY_VERSION="dev-master"