Still trying
This commit is contained in:
parent
7b1669f69d
commit
9dff0ec16d
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue