8000
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 4aea10a commit 32ab82eCopy full SHA for 32ab82e
.travis.yml
@@ -1,12 +1,16 @@
1
language: php
2
3
-php:
4
- - 5.3
5
- - 5.4
6
- - 5.5
7
- - 5.6
8
- - 7.0
9
- - hhvm
+matrix:
+ include:
+ - php: 5.4
+ - php: 5.5
+ - php: 5.6
+ - php: 7.0
+ - php: hhvm
10
+ - php: hhvm-nightly
11
+ allow_failures:
12
13
14
15
# @todo take out plaster for getting Travis CI tests working again on PHP7 --->
16
# More information?
@@ -27,11 +31,3 @@ before_script:
27
31
28
32
script:
29
33
- ant travis
30
-
-branches:
- except:
- - jenkins
34
35
-notifications:
36
- email:
37
- - dev@escapestudios.com
0 commit comments