Added phantomjs 2.1.1 install to .travis.yml file
This commit is contained in:
+10
@@ -1,6 +1,16 @@
|
|||||||
language: ruby
|
language: ruby
|
||||||
rvm:
|
rvm:
|
||||||
- "2.3.3"
|
- "2.3.3"
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- "phantomjs --version"
|
||||||
|
- "export PATH=${PWD}/travis_phantomjs/phantomjs-2.1.1-linux-x86_64/bin:${PATH}"
|
||||||
|
- "phantomjs --version"
|
||||||
|
- "if [ $(phantomjs --version) != '2.1.1' ]; then rm -rf ${PWD}/travis_phantomjs; mkdir -p ${PWD}/travis_phantomjs; fi"
|
||||||
|
- "if [ $(phantomjs --version) != '2.1.1' ]; then wget https://assets.membergetmember.co/software/phantomjs-2.1.1-linux-x86_64.tar.bz2 -O ${PWD}/travis_phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2; fi"
|
||||||
|
- "if [ $(phantomjs --version) != '2.1.1' ]; then tar -xvf ${PWD}/travis_phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2 -C ${PWD}/travis_phantomjs; fi"
|
||||||
|
- "phantomjs --version"
|
||||||
|
|
||||||
before_script: rake db:setup
|
before_script: rake db:setup
|
||||||
before_script: bundle exec rake db:setup
|
before_script: bundle exec rake db:setup
|
||||||
cache: bundler
|
cache: bundler
|
||||||
|
|||||||
Reference in New Issue
Block a user