From db8507557f3fdecb55573e70258b0f583f8d2f42 Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Sun, 10 Jan 2016 21:36:44 +0100 Subject: test --- .travis.yml | 8 +++++--- 1 file 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 -- cgit v1.2.3