8000 Allow HHVM failures · djoos/Symfony-coding-standard@32ab82e · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit 32ab82e

Browse files
committed
Allow HHVM failures
1 parent 4aea10a commit 32ab82e

File tree

1 file changed

+11
-15
lines changed

1 file changed

+11
-15
lines changed

.travis.yml

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
language: php
22

3-
php:
4-
- 5.3
5-
- 5.4
6-
- 5.5
7-
- 5.6
8-
- 7.0
9-
- hhvm
3+
matrix:
4+
include:
5+
- php: 5.4
6+
- php: 5.5
7+
- php: 5.6
8+
- php: 7.0
9+
- php: hhvm
10+
- php: hhvm-nightly
11+
allow_failures:
12+
- php: hhvm
13+
- php: hhvm-nightly
1014

1115
# @todo take out plaster for getting Travis CI tests working again on PHP7 --->
1216
# More information?
@@ -27,11 +31,3 @@ before_script:
2731

2832
script:
2933
- ant travis
30-
31-
branches:
32-
except:
33-
- jenkins
34-
35-
notifications:
36-
email:
37-
- dev@escapestudios.com

0 commit comments

Comments
 (0)
0