diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2016-01-10 21:36:44 +0100 |
---|---|---|
committer | Fabio Bas <ctrlaltca@gmail.com> | 2016-01-10 21:36:44 +0100 |
commit | db8507557f3fdecb55573e70258b0f583f8d2f42 (patch) | |
tree | 59b3ac3390ed823899bd6bff8690b21d1d22931d | |
parent | d8e16dd16c0359808ebd29c092dd05e482c54e68 (diff) |
test
-rw-r--r-- | .travis.yml | 8 |
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 |