Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
meh committed Jan 29, 2014
1 parent 6ff4d55 commit f87b7b8
Showing 1 changed file with 29 additions and 7 deletions.
36 changes: 29 additions & 7 deletions .travis.yml
Expand Up @@ -2,13 +2,32 @@ language: ruby

cache: bundler

rvm:
- 1.8.7
- 1.9.3
- 2.0.0
- 2.1.0
- rbx
- jruby
matrix:
include:
- rvm: 2.1.0
env: RUN=default

- rvm: 1.8.7
env: RUN=rspec

- rvm: 1.9.3
env: RUN=rspec

- rvm: 2.0.0
env: RUN=rspec

- rvm: rbx
env: RUN=rspec

- rvm: jruby
env: RUN=rspec

allow_failures:
- rvm: 1.8.7
- rvm: 1.9.3
- rvm: 2.0.0
- rvm: rbx
- rvm: jruby

before_install:
- git submodule update --init
Expand All @@ -20,5 +39,8 @@ before_install:
- gem update --system 2.1.11
- gem --version

script:
- "bundle exec rake $RUN"

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

0 comments on commit f87b7b8

Please sign in to comment.