mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00:00
Remove phantomjs travis build pattern
This commit is contained in:
@@ -2,10 +2,4 @@ language: node_js
|
||||
node_js:
|
||||
- "5.11"
|
||||
sudo: false
|
||||
before_install:
|
||||
# https://github.com/travis-ci/travis-ci/issues/3225
|
||||
- mkdir travis-phantomjs
|
||||
- wget https://github.com/Medium/phantomjs/releases/download/v2.1.1/phantomjs-2.1.1-linux-x86_64.tar.bz2 -O $PWD/travis-phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2
|
||||
- tar -xvf $PWD/travis-phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2 -C $PWD/travis-phantomjs
|
||||
- export PATH=$PWD/travis-phantomjs/phantomjs-2.1.1-linux-x86_64/bin:$PATH
|
||||
before_script: make
|
||||
|
||||
Reference in New Issue
Block a user