Still trying
This commit is contained in:
parent
7b1669f69d
commit
9dff0ec16d
|
@ -6,11 +6,12 @@ php:
|
||||||
before_script:
|
before_script:
|
||||||
- npm install jshint -g
|
- npm install jshint -g
|
||||||
- jshint --version
|
- jshint --version
|
||||||
- curl -s https://raw.github.com/jlipps/sausage-bun/master/givememysausage.php | php
|
|
||||||
script:
|
script:
|
||||||
- phpunit
|
- phpunit
|
||||||
- jshint --verbose --show-non-errors util.js
|
- jshint --verbose --show-non-errors util.js
|
||||||
- php test/coverage-checker.php clover.xml 45
|
- php test/coverage-checker.php clover.xml 45
|
||||||
|
after_success:
|
||||||
|
- curl -s https://raw.github.com/jlipps/sausage-bun/master/givememysausage.php | php
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- SAUCE_USERNAME=seblucas
|
- SAUCE_USERNAME=seblucas
|
||||||
|
|
Loading…
Reference in a new issue