diff --git a/.travis.yml b/.travis.yml index 4afe514..c522a40 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,8 @@ php: before_script: - npm install jshint -g - 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: - phpunit - jshint --verbose --show-non-errors util.js