From 9dff0ec16df504323cbbc625689f065a94695d8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Wed, 27 Nov 2013 22:56:39 +0100 Subject: [PATCH] Still trying --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fde55bd..c2d5cc6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,11 +6,12 @@ php: before_script: - npm install jshint -g - jshint --version - - curl -s https://raw.github.com/jlipps/sausage-bun/master/givememysausage.php | php script: - phpunit - jshint --verbose --show-non-errors util.js - php test/coverage-checker.php clover.xml 45 +after_success: + - curl -s https://raw.github.com/jlipps/sausage-bun/master/givememysausage.php | php env: global: - SAUCE_USERNAME=seblucas