summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 5 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 1826b236..d872a780 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,9 +28,11 @@ install:
before_script:
- export PATH=./bin/:$PATH
+ - export SAUCE_BUILD=$TRAVIS_BUILD_NUMBER
+ - export SAUCE_TUNNEL_IDENTIFIER=$TRAVIS_JOB_NUMBER
script:
- - phing coverage
+ - phing test
-after_script:
- - php ./bin/coveralls -v \ No newline at end of file
+#after_script:
+# - php ./bin/coveralls -v \ No newline at end of file