diff options
author | Jérémy DECOOL <contact@jdecool.fr> | 2016-09-28 07:46:33 +0200 |
---|---|---|
committer | Jérémy DECOOL <jdecool@users.noreply.github.com> | 2016-09-28 15:22:43 +0200 |
commit | 368a607aa4b61d324180bcb5f83bd9e0898a8536 (patch) | |
tree | f6ef467db981a643b6a40d4fc283a225f413e925 | |
parent | 6d7171d1fb17cdf08937aa0807ec7f46927ac69c (diff) | |
download | ImageWorkshop-368a607aa4b61d324180bcb5f83bd9e0898a8536.zip ImageWorkshop-368a607aa4b61d324180bcb5f83bd9e0898a8536.tar.gz ImageWorkshop-368a607aa4b61d324180bcb5f83bd9e0898a8536.tar.bz2 |
Update travis configuration with PHP 7.1 & nightly
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index edb9e34..497134c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,10 +6,12 @@ php: - 5.5
- 5.6
- 7.0
+ - 7.1
+ - nightly
matrix:
allow_failures:
- - php: 7.0
+ - php: nightly
before_script:
- php -S localhost:8000 -t fixtures/ &> /dev/null &
|