mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-17 18:55:13 +00:00
Updated Travis Config
This commit is contained in:
parent
a4ed6b80f3
commit
3a26b8fc46
14
.travis.yml
14
.travis.yml
@ -3,9 +3,9 @@ language: php
|
||||
matrix:
|
||||
include:
|
||||
- php: 5.3
|
||||
dist: precise
|
||||
dist: trusty
|
||||
- php: 5.4
|
||||
dist: precise
|
||||
dist: trusty
|
||||
- php: 5.5.9
|
||||
dist: trusty
|
||||
- php: 5.5
|
||||
@ -15,13 +15,13 @@ matrix:
|
||||
- php: 7.0
|
||||
dist: xenial
|
||||
- php: 7.1
|
||||
dist: xenial
|
||||
dist: bionic
|
||||
- php: 7.2
|
||||
dist: xenial
|
||||
dist: bionic
|
||||
- php: 7.3
|
||||
dist: xenial
|
||||
- php: 7.4snapshot
|
||||
dist: xenial
|
||||
dist: bionic
|
||||
- php: 7.4
|
||||
dist: bionic
|
||||
|
||||
before_install: true
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user