Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 87356f5

Browse files
committedJan 29, 2014
WIP
1 parent 6ff4d55 commit 87356f5

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
 

‎.travis.yml

+20
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,19 @@ rvm:
1010
- rbx
1111
- jruby
1212

13+
matrix:
14+
include:
15+
- rvm: 2.1.0
16+
env: MSPEC=true
17+
18+
allow_failures:
19+
- rvm: 1.8.7
20+
- rvm: 1.9.3
21+
- rvm: 2.0.0
22+
- rvm: 2.1.0
23+
- rvm: rbx
24+
- rvm: jruby
25+
1326
before_install:
1427
- git submodule update --init
1528

@@ -20,5 +33,12 @@ before_install:
2033
- gem update --system 2.1.11
2134
- gem --version
2235

36+
script:
37+
- > if [[ -z $MSPEC ]]; then
38+
bundle exec rake rspec
39+
else
40+
bundle exec rake mspec
41+
fi
42+
2343
notifications:
2444
irc: "irc.freenode.org#opal"

0 commit comments

Comments
 (0)
Please sign in to comment.