Skip to content

Commit

Permalink
fix failing travis ci builds
Browse files Browse the repository at this point in the history
travis ci builds are failing with libv8 compilation errors.
It might be because bundler 2.2 was released yesterday and we've
been installing bundler on travis with "--pre".

Something seems to be up with bundler 2.2 being "smart" about fetching
pre-built gems. Maybe.

rubyjs/libv8#310 (comment)
  • Loading branch information
sethaj committed Dec 11, 2020
1 parent 490d5e8 commit 18947be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sudo: required
bundler_args: --without production
before_install:
- gem update --system
- gem install bundler --pre
- gem install -v 2.1.4 bundler
- nvm install node
- npm install --global yarn
install:
Expand Down

0 comments on commit 18947be

Please sign in to comment.