Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: opal/opal
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a12586be4e0c
Choose a base ref
...
head repository: opal/opal
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f677df2426c1
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jan 3, 2019

  1. Restrict bundler to < 2

    Otherwise we need to to also ensure ruby gems is > 3.
    elia committed Jan 3, 2019
    Copy the full SHA
    f677df2 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 .travis.yml
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -88,8 +88,8 @@ before_install:
- git submodule update --init
- npm install -g jshint
- npm install -g uglify-js
- test $REINSTALL_BUNDLER && gem install bundler || true
- type bundle || gem install bundler
- test $REINSTALL_BUNDLER && gem install bundler -v '< 2' || true
- type bundle || gem install bundler -v '< 2'
- bundle config without doc
- which google-chrome-stable
- google-chrome-stable --version