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 959f059 commit 83ec2ffCopy full SHA for 83ec2ff
.travis.yml
@@ -2,19 +2,6 @@ language: php
2
3
sudo: false
4
5
-php:
6
- - 5.6
7
- - 7.0
8
- - 7.1
9
- - nightly
10
- - hhvm
11
-
12
-env:
13
- - PHPUNIT=5.7.*
14
- - PHPUNIT=6.0.*
15
- - PHPUNIT=6.1.*
16
- - PHPUNIT=6.2.*
17
18
cache:
19
directories:
20
- $HOME/.composer
@@ -26,3 +13,26 @@ before_script:
26
27
script:
28
- ./bin/phpunit
+
+matrix:
+ include:
+ php:
+ - 5.6
21
+ env:
22
+ - PHPUNIT=~5.7
23
+ - 7.0
24
25
+ - PHPUNIT=~6
+ - 7.1
29
30
31
+ - nightly
32
33
34
35
+ - hhvm
36
37
38
0 commit comments