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 5d4aee8 commit b0f6e38Copy full SHA for b0f6e38
.travis.yml
@@ -6,6 +6,12 @@ cache:
6
directories:
7
- $HOME/.composer/cache/files
8
9
+-## PHP versions we test against for current composer dependancies
10
+ -php:
11
+ - - 7.0
12
+ - - 7.1
13
+ - - nightly
14
+
15
## Build matrix for PHP versions we test against with lowest and highest possible targets
16
matrix:
17
include:
@@ -31,6 +37,10 @@ matrix:
31
37
dist: trusty
32
38
group: edge # until the next major travis stable update
33
39
env: dependencies=highest
40
+ - php: hhvm
41
+ sudo: true
42
+ dist: trusty
43
+ group: edge # until the next major travis stable update
34
44
allow_failures:
35
45
- php: hhvm
36
46
0 commit comments