Commit d8bea8b8 d8bea8b844aad590c23b4456e553c4dda5d70dae by Nicolas Perriault

debug

1 parent 2f3ad26a
......@@ -8,12 +8,14 @@ before_install:
- wget http://phantomjs.googlecode.com/files/phantomjs-1.8.2-linux-i686.tar.bz2
- tar -xvf phantomjs-1.8.2-linux-i686.tar.bz2
- sudo mv phantomjs-1.8.2-linux-i686/bin/phantomjs bin/phantomjs182
- ls -la bin/phantomjs182
- bin/phantomjs182 --version
- echo "installing PhantomJS 1.9.0"
- wget http://phantomjs.googlecode.com/files/phantomjs-1.9.0-linux-i686.tar.bz2
- tar -xvf phantomjs-1.9.0-linux-i686.tar.bz2
- sudo mv phantomjs-1.9.0-linux-i686/bin/phantomjs bin/phantomjs190
- bin/phantomjs190 --version
- ls -la bin/phantomjs190
before_script:
- "npm install -g jshint@1.1.0"
......