summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorSimon Holywell <[email protected]>2017-03-21 10:58:24 +1000
committerSimon Holywell <[email protected]>2017-03-21 11:23:18 +1000
commit3fdc455c65b26d76453ed1f716b58d9665bba5c3 (patch)
tree94714f974d0af9bf8189ac861dea2cf646a3590a /.travis.yml
parent5fe742ecdd1ed74b0ca00043dbb6e56d6c87e73d (diff)
change travis-ci run scripts
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 3557c02..f61b461 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,5 +4,7 @@ php:
- 5.4
- 5.6
- 7.0
+ - 7.1
- hhvm
-script: "phpunit --colors --coverage-text"
+install: "composer install"
+script: "composer run-script test -- --colors --coverage-text"