diff --git a/.travis.yml b/.travis.yml index 422054b9..5b100c8d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,11 @@ language: node_js +sudo: false node_js: - "0.10" -before_install: npm install -g grunt-cli -install: npm install -before_script: - - grunt dev \ No newline at end of file +before_install: + - npm install -g grunt-cli + - mkdir travis-phantomjs + - wget https://s3.amazonaws.com/travis-phantomjs/phantomjs-2.0.0-ubuntu-12.04.tar.bz2 -O $PWD/travis-phantomjs/phantomjs-2.0.0-ubuntu-12.04.tar.bz2 + - tar -xvf $PWD/travis-phantomjs/phantomjs-2.0.0-ubuntu-12.04.tar.bz2 -C $PWD/travis-phantomjs + - export PATH=$PWD/travis-phantomjs:$PATH +install: npm install \ No newline at end of file