diff options
-rw-r--r-- | .travis.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index a697e74b..d9344827 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -7,6 +7,13 @@ php: | |||
7 | - 5.4 | 7 | - 5.4 |
8 | - 5.5 | 8 | - 5.5 |
9 | - 5.6 | 9 | - 5.6 |
10 | - hhvm | ||
11 | - nightly | ||
12 | |||
13 | matrix: | ||
14 | allow_failures: | ||
15 | - php: hhvm | ||
16 | - php: nightly | ||
10 | 17 | ||
11 | branches: | 18 | branches: |
12 | only: | 19 | only: |