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

Commits on Sep 10, 2015

  1. Copy the full SHA
    7b26dad View commit details
  2. Copy the full SHA
    5d727a1 View commit details
  3. Copy the full SHA
    d3a6d9c View commit details
Showing with 197 additions and 50 deletions.
  1. +3 −0 .travis.yml
  2. +194 −50 docs/compiled_ruby.md
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -20,6 +20,9 @@ matrix:
- rvm: 2.2
env: RUN=mspec_node SUITE=opal

- rvm: 2.2
env: RUN=mspec_node SUITE=rubyspec

- rvm: 2.2
env: RUN=mspec_node SUITE=rubyspec TZ="/usr/share/zoneinfo/Pacific/Fiji"

Loading