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 87356f5
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .travis.yml
Expand Up @@ -10,6 +10,19 @@ rvm:
- rbx
- jruby

matrix:
include:
- rvm: 2.1.0
env: MSPEC=true

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

before_install:
- git submodule update --init

Expand All @@ -20,5 +33,12 @@ before_install:
- gem update --system 2.1.11
- gem --version

script:
- > if [[ -z $MSPEC ]]; then
bundle exec rake rspec
else
bundle exec rake mspec
fi
notifications:
irc: "irc.freenode.org#opal"

0 comments on commit 87356f5

Please sign in to comment.