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 bca1707 commit fa24fffCopy full SHA for fa24fff
.travis.yml
@@ -9,17 +9,22 @@ cache:
9
## PHP versions we test against
10
php:
11
- 7.0
12
+ - nightly
13
- hhvm
14
15
## Build matrix for lowest and highest possible targets
16
matrix:
17
include:
18
- php: 7.0
19
env: dependencies=lowest
20
+ - php: nightly
21
+ env: dependencies=lowest
22
- php: hhvm
23
24
25
env: dependencies=highest
26
27
+ env: dependencies=highest
28
29
30
allow_failures:
0 commit comments