summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index a4321d6a..9494d380 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,8 +3,6 @@ language: php
sudo: false
php:
-# - 5.5
-# - 5.6
- 7
matrix:
@@ -27,9 +25,11 @@ before_script:
- export PATH=./bin/:$PATH
- export SAUCE_BUILD=$TRAVIS_BUILD_NUMBER
- export SAUCE_TUNNEL_IDENTIFIER=$TRAVIS_JOB_NUMBER
+ - php -S localhost:8888 &
+ - sleep 3
script:
- - phing functionaltest
+ - phing coverage
-#after_script:
-# - php ./bin/coveralls -v \ No newline at end of file
+after_script:
+ - php ./bin/coveralls -v \ No newline at end of file