Skip to content

Commit 44e52af

Browse files
committed
Update travis to remove phantom
1 parent 6c7e392 commit 44e52af

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.travis.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
language: ruby
22
sudo: required
33
dist: trusty
4+
addons:
5+
chrome: stable
46
cache:
57
bundler: true
68
yarn: true
@@ -32,9 +34,9 @@ matrix:
3234
- rvm: 2.1
3335
gemfile: gemfiles/rails_3.2.gemfile
3436
- rvm: 2.1
35-
gemfile: rails_4.0.5.gemfile
37+
gemfile: gemfiles/rails_4.0.5.gemfile
3638
- rvm: 2.1
37-
gemfile: rails_4.0_with_therubyracer.gemfile
39+
gemfile: gemfiles/rails_4.0_with_therubyracer.gemfile
3840
- rvm: 2.1
3941
gemfile: gemfiles/rails_4.2_sprockets_2.gemfile
4042
- rvm: 2.1
@@ -76,12 +78,6 @@ matrix:
7678
- rvm: jruby-9.1.9.0
7779

7880
before_install:
79-
- nvm install 7.8.0 && nvm use 7.8.0
80-
- mkdir travis-phantomjs
81-
- wget https://rmosolgo.github.io/assets/phantomjs-2.1.1-linux-x86_64.tar.bz2 -O $PWD/travis-phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2
82-
- tar -xvf $PWD/travis-phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2 -C $PWD/travis-phantomjs
83-
- export PATH=$PWD/travis-phantomjs/phantomjs-2.1.1-linux-x86_64/bin:$PATH
84-
- phantomjs --version
8581
# Repo for Yarn
8682
- sudo apt-key adv --fetch-keys http://dl.yarnpkg.com/debian/pubkey.gpg
8783
- echo "deb http://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list

0 commit comments

Comments
 (0)