summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 6fe2a14..8e74410 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,7 +10,9 @@ before_script:
- phpenv local --unset
- cd test/unit
script:
+- phpenv local 5.6
- "../../vendor/bin/phpunit . --bootstrap bootstrap.php --filter test*"
+- phpenv local --unset
after_script:
- cd ../..
- phpenv local 5.4