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

Commits on Apr 13, 2015

  1. Copy the full SHA
    0e3a8a3 View commit details
  2. Copy the full SHA
    3fd062a View commit details
Showing with 2 additions and 3 deletions.
  1. +0 −1 .travis.yml
  2. +1 −1 Rakefile
  3. +1 −1 spec/corelib
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -33,7 +33,6 @@ matrix:
allow_failures:
- rvm: 1.8.7
- rvm: 1.9.3
- rvm: 2.0.0
- rvm: rbx
- rvm: jruby
- rvm: jruby-head
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
@@ -10,4 +10,4 @@ import 'tasks/documenting.rake'
import 'tasks/testing.rake'
import 'tasks/building.rake'

task :default => [:rspec, :mspec_node, :cruby_tests, :mspec_phantom]
task :default => [:rspec, :mspec_node, :cruby_tests]
2 changes: 1 addition & 1 deletion spec/corelib