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:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- php: 5.3
|
- php: 5.3
|
||||||
dist: precise
|
dist: trusty
|
||||||
- php: 5.4
|
- php: 5.4
|
||||||
dist: precise
|
dist: trusty
|
||||||
- php: 5.5.9
|
- php: 5.5.9
|
||||||
dist: trusty
|
dist: trusty
|
||||||
- php: 5.5
|
- php: 5.5
|
||||||
@ -15,13 +15,13 @@ matrix:
|
|||||||
- php: 7.0
|
- php: 7.0
|
||||||
dist: xenial
|
dist: xenial
|
||||||
- php: 7.1
|
- php: 7.1
|
||||||
dist: xenial
|
dist: bionic
|
||||||
- php: 7.2
|
- php: 7.2
|
||||||
dist: xenial
|
dist: bionic
|
||||||
- php: 7.3
|
- php: 7.3
|
||||||
dist: xenial
|
dist: bionic
|
||||||
- php: 7.4snapshot
|
- php: 7.4
|
||||||
dist: xenial
|
dist: bionic
|
||||||
|
|
||||||
before_install: true
|
before_install: true
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user