From 764baa5275179d398848b4e655e2af01140c2cf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Wed, 27 Nov 2013 22:39:52 +0100 Subject: [PATCH] try to install sausage. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) 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