Commit b71718c
committed
Use older HHVM version in Travis to fix build
The `hhvm` image in Travis has started using HHVM 4.x which appears to
have a problem with the composer version used (1.2.x):
Fatal error: Uncaught Error: Keyword __HALT_COMPILER must be written
in lowercase in /home/travis/.phpenv/versions/hhvm-stable/bin/composer:27
This changes the `prefer-lowest` HHVM build to use the oldest HHVM image
available (3.3) and adds the 4.x HHVM build as allowed to fail. This
isn't a permanent change - it's just to get the build passing again for
now.1 parent c5dd793 commit b71718c
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| 19 | + | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
| |||
0 commit comments