1
0
mirror of https://github.com/danog/tgseclib.git synced 2024-11-26 12:14:40 +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
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