aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 7399f5f2..969c1b32 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,4 +10,10 @@ install:
script:
- phpenv rehash
- - phpcs . --standard=phpcs.xml --warning-severity=0 --extensions=php -p \ No newline at end of file
+ - phpcs . --standard=phpcs.xml --warning-severity=0 --extensions=php -p
+
+matrix:
+ fast_finish: true
+ allow_failures:
+ - php: hhvm
+ - php: nightly \ No newline at end of file