aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Häggqvist <[email protected]>2015-11-17 18:05:30 +0100
committerVictor Häggqvist <[email protected]>2015-11-17 18:05:30 +0100
commitfb2a22dfcc70ec34f7c27d4690e96db3d3e7073f (patch)
tree33ba83eb665256c5b7ca9542bef6142f52fea150
parent782e86f89a6ec9b09a2f82cb9220114c04e988f3 (diff)
chore(travis): test on php 7 and hhvm
-rw-r--r--.travis.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 54f039d..5fd157d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,6 +3,14 @@ php:
- 5.4
- 5.5
- 5.6
+ - '7'
+ - hhvm
+
+matrix:
+ fast_finish: true
+ allow_failures:
+ - php: hhvm
+
install:
- composer self-update
- composer install