summaryrefslogtreecommitdiffstats
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 7439b19..6a7deab 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,6 +4,12 @@ php:
- 5.3
- 5.4
- 5.5
- - 7
+ - 5.6
+ - 7.0
+ - 7.1
+
+install:
+ - export PATH="$HOME/.composer/vendor/bin:$PATH"
+ - composer install
script: phpunit --coverage-text --configuration phpunit.xml