We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adcc953 commit 32d5678Copy full SHA for 32d5678
.travis.yml
@@ -1,13 +1,27 @@
1
language: php
2
3
-php:
4
- - 5.4
5
- - 5.5
6
- - 5.6
7
- - hhvm
+matrix:
+ include:
+ - php: 5.4
+ dist: trusty
+ - php: 5.5
8
9
+ - php: 5.6
10
11
+ - php: 7.0
12
13
+ - php: 7.1
14
+ dist: bionic
15
+ - php: 7.2
16
17
+ - php: 7.3
18
19
+ - php: 7.4
20
21
+ - php: hhvm-3.18
22
23
-before_script:
- - composer install
24
+install: travis_retry composer install
25
26
script: make test
27
0 commit comments