Run tests on Travis using nightly PHP builds
This commit is contained in:
@@ -11,9 +11,12 @@ env:
|
||||
|
||||
matrix:
|
||||
include:
|
||||
-
|
||||
php: 5.6
|
||||
env: COMPOSER_OPTIONS="--prefer-lowest"
|
||||
- php: 5.6
|
||||
env: COMPOSER_OPTIONS="--prefer-lowest"
|
||||
- php: nightly
|
||||
allow_failures:
|
||||
- php: nightly
|
||||
fast_finish: true
|
||||
|
||||
cache:
|
||||
directories:
|
||||
|
||||
Reference in New Issue
Block a user