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.
2 parents 810adad + cccca8a commit c49a693Copy full SHA for c49a693
.travis.yml
@@ -1,23 +1,24 @@
1
-dist: trusty
2
-sudo: false
3
language: php
4
-php:
5
- - 5.5
6
- - 5.6
7
- - 7.0
8
- - 7.1
9
- - 7.2
10
- - 7.3
11
- - 7.4
12
- - nightly
+os: linux
+dist: xenial
13
14
-matrix:
+jobs:
+ include:
+ - php: 5.5
+ dist: trusty
+ - php: 5.6
+ - php: 7.0
+ - php: 7.1
+ - php: 7.2
+ - php: 7.3
+ - php: 7.4
15
+ - php: nightly
16
allow_failures:
17
- php: nightly
18
fast_finish: true
19
-before_script:
20
- - composer install -n
+install:
21
+ - travis_retry composer install -n
22
23
script:
24
- vendor/bin/phpunit
0 commit comments