mirror of
https://github.com/danog/phpseclib.git
synced 2024-11-26 12:25:24 +01:00
Updated Travis Config
This commit is contained in:
parent
d35f987cb4
commit
3f9780f7c5
@ -1,12 +1,14 @@
|
||||
language: php
|
||||
|
||||
dist: xenial
|
||||
|
||||
php:
|
||||
- 5.6
|
||||
- 7.0
|
||||
- 7.1
|
||||
- 7.2
|
||||
- 7.3
|
||||
- 7.4snapshot
|
||||
- 7.4
|
||||
- nightly
|
||||
|
||||
before_install: true
|
||||
@ -14,7 +16,6 @@ before_install: true
|
||||
matrix:
|
||||
allow_failures:
|
||||
- php: nightly
|
||||
- php: 7.4snapshot
|
||||
|
||||
install:
|
||||
- wget http://ftp.gnu.org/gnu/parallel/parallel-20170822.tar.bz2
|
||||
|
Loading…
Reference in New Issue
Block a user