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 6075ef6 commit 9aaef32Copy full SHA for 9aaef32
.travis.yml
@@ -1,18 +1,25 @@
1
language: php
2
3
-php:
4
- - '5.3'
5
- - '5.4'
6
- - '5.5'
7
- - '5.6'
8
- - '7.0'
9
- - '7.1'
10
- - nightly
11
- - hhvm
+jobs:
+ include:
+ - php: 5.3
+ dist: precise
+ - php: 5.4
+ dist: trusty
+ - php: 5.5
+ - php: 5.6
12
+ dist: xenial
13
+ - php: 7.0
14
+ - php: 7.1
15
+ - php: 7.2
16
+ - php: 7.3
17
+ - php: 7.4
18
-before_script:
- - composer self-update
19
+before_install:
20
- composer remove --dev friendsofphp/php-cs-fixer
21
+
22
+install:
23
- composer install --no-interaction
24
25
script: composer test
0 commit comments