File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change 11language : ruby
22sudo : required
33dist : trusty
4+ addons :
5+ chrome : stable
46cache :
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
7880before_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
You can’t perform that action at this time.
0 commit comments