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

Commits on Oct 15, 2014

  1. Add travis script

    adambeynon committed Oct 15, 2014
    Copy the full SHA
    26479a7 View commit details
  2. travis

    adambeynon committed Oct 15, 2014
    Copy the full SHA
    56614ca View commit details
Showing with 13 additions and 0 deletions.
  1. +13 −0 .travis.yml
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
language: ruby

rvm:
- 1.8.7
- 1.9.3
- 2.0.0
- 2.1.0

before_install:
- git submodule update --init

notifications:
irc: "irc.freenode.org#opal"