1
0
mirror of https://github.com/danog/phpseclib.git synced 2024-11-26 20:35:21 +01:00

Updated Travis Config

This commit is contained in:
Graham Campbell 2019-12-08 13:09:57 +00:00 committed by GitHub
parent d35f987cb4
commit 3f9780f7c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,14 @@
language: php language: php
dist: xenial
php: php:
- 5.6 - 5.6
- 7.0 - 7.0
- 7.1 - 7.1
- 7.2 - 7.2
- 7.3 - 7.3
- 7.4snapshot - 7.4
- nightly - nightly
before_install: true before_install: true
@ -14,7 +16,6 @@ before_install: true
matrix: matrix:
allow_failures: allow_failures:
- php: nightly - php: nightly
- php: 7.4snapshot
install: install:
- wget http://ftp.gnu.org/gnu/parallel/parallel-20170822.tar.bz2 - wget http://ftp.gnu.org/gnu/parallel/parallel-20170822.tar.bz2