Update .travis.yml

This commit is contained in:
Rotzbua 2017-12-15 16:30:18 +01:00 committed by GitHub
parent 69d935435c
commit e8a56241a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,4 +18,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'