2014-02-28 18:38:39 +00:00
|
|
|
language: node_js
|
2015-08-04 19:51:28 +01:00
|
|
|
sudo: false
|
2014-02-28 18:38:39 +00:00
|
|
|
node_js:
|
2016-09-21 21:12:12 +01:00
|
|
|
- "node"
|
2015-08-04 19:51:28 +01:00
|
|
|
before_install:
|
2015-11-29 14:27:38 +00:00
|
|
|
- npm install -g gulp
|
2015-08-04 19:51:28 +01:00
|
|
|
- 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
|