try to install sausage.

This commit is contained in:
Sébastien Lucas 2013-11-27 22:39:52 +01:00
parent cc7b901d9b
commit 764baa5275

View file

@ -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