Browse Source

Fix travis

tags/2.0.11
Alexander Makarov 5 years ago
parent
commit
d3acbb4c7c
No known key found for this signature in database
GPG Key ID: 3617B79C6A325E4A
  1. 26
      .travis.yml

26
.travis.yml

@ -1,13 +1,23 @@
language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
matrix:
fast_finish: true
include:
- php: "7.3"
- php: "7.2"
- php: "7.1"
- php: "7.0"
- php: "5.6"
- php: "5.5"
dist: trusty
- php: "5.4"
dist: trusty
sudo: false

Loading…
Cancel
Save