Skip to content

Commit cc76416

Browse files
author
Matt Swanson
committed
workaround for travis 2.1 build
1 parent af8bd59 commit cc76416

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ language: ruby
22
rvm:
33
- 2.0.0
44
- 2.1.0
5-
before_install: gem update bundler
5+
before_install:
6+
- gem update bundler
7+
- sed -i '1d' Gemfile
68
before_script:
79
- npm install -g [email protected]
810
- bundle exec rake test_js &> /dev/null &

0 commit comments

Comments
 (0)