mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-17 02:35:10 +00:00
Merge branch '1.0' into 2.0
This commit is contained in:
commit
02efd1dc08
29
.travis.yml
29
.travis.yml
@ -1,14 +1,25 @@
|
|||||||
language: php
|
language: php
|
||||||
|
|
||||||
php:
|
matrix:
|
||||||
- 5.5.9
|
include:
|
||||||
- 5.5
|
- php: 5.4
|
||||||
- 5.6
|
dist: precise
|
||||||
- 7.0
|
- php: 5.5.9
|
||||||
- 7.1
|
dist: trusty
|
||||||
- 7.2
|
- php: 5.5
|
||||||
- 7.3
|
dist: trusty
|
||||||
- 7.4snapshot
|
- php: 5.6
|
||||||
|
dist: xenial
|
||||||
|
- php: 7.0
|
||||||
|
dist: xenial
|
||||||
|
- php: 7.1
|
||||||
|
dist: xenial
|
||||||
|
- php: 7.2
|
||||||
|
dist: xenial
|
||||||
|
- php: 7.3
|
||||||
|
dist: xenial
|
||||||
|
- php: 7.4snapshot
|
||||||
|
dist: xenial
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
|
Loading…
Reference in New Issue
Block a user