Merge pull request #63 from Rotzbua/Rotzbua-patch-1

add php 7.1 7.2 to travis
This commit is contained in:
Stephen Paul Weber
2017-12-26 18:11:29 -05:00
committed by GitHub

View File

@@ -4,9 +4,9 @@ php:
- 5.5
- 5.6
- 7.0
# - 7.1
- 7.1
- 7.2
- hhvm
# - nightly
dist: trusty
@@ -17,4 +17,11 @@ env:
- PHPSECLIB="2.0.3"
- PHPSECLIB="2.0.4"
matrix:
allow_failures:
- php: 7.1
- php: 7.2
fast_finish: true
before_script: 'sed -i "s/\"phpseclib\/phpseclib\": \"[^\"]*/\"phpseclib\/phpseclib\": \"$PHPSECLIB/" composer.json && composer install --prefer-source --dev'