Merge pull request #63 from Rotzbua/Rotzbua-patch-1
add php 7.1 7.2 to travis
This commit is contained in:
commit
facaaa4dbb
11
.travis.yml
11
.travis.yml
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user