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: dc02717004f0
Choose a base ref
...
head repository: opal/opal
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: aa2403b1c01f
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Jan 2, 2014

  1. Add bundler cache on travis

    elia committed Jan 2, 2014
    3
    Copy the full SHA
    a029afa View commit details
  2. Copy the full SHA
    aa2403b View commit details
Showing with 3 additions and 0 deletions.
  1. +2 −0 .travis.yml
  2. +1 −0 Gemfile
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
language: ruby

cache: bundler

rvm:
- 1.8.7
- 1.9.3
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -7,6 +7,7 @@ gemspec
# https://github.com/tenderlove/racc/issues/22
# are solved.
gem 'racc', '< 1.4.10' if RUBY_VERSION.to_f < 1.9 or RUBY_ENGINE == 'jruby'
gem 'json', '< 1.8.1' if RUBY_VERSION.to_f == 2.1
gem 'rubysl', :platform => :rbx

group :repl do