try to install sausage.
This commit is contained in:
parent
cc7b901d9b
commit
764baa5275
|
@ -6,6 +6,8 @@ php:
|
||||||
before_script:
|
before_script:
|
||||||
- npm install jshint -g
|
- npm install jshint -g
|
||||||
- jshint --version
|
- jshint --version
|
||||||
|
- sudo apt-get install php-pear php5-curl php5-xdebug
|
||||||
|
- 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
|
||||||
|
|
Loading…
Reference in a new issue