summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 3 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index d1e79154..246ab67f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,18 +1,17 @@
language: php
php:
- - 5.3
- - 5.4
- 5.5
- 5.6
+ - 7.0
before_script:
- composer self-update
- - composer install --prefer-source --dev
+ - composer install --prefer-source
- export PATH=./bin/:$PATH
script:
- - bash -c 'if [ "$TRAVIS_PHP_VERSION" == "5.3" ]; then phing test; else phing coverage ; fi;'
+ - phing coverage
after_script:
- php ./bin/coveralls -v