Skip to content

Commit 61db654

Browse files
committed
Added travis-ci
1 parent f6e9940 commit 61db654

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
language: ruby
2+
rvm:
3+
- 1.8.7
4+
- 1.9.2
5+
- 1.9.3
6+
- jruby-18mode # JRuby in 1.8 mode
7+
- jruby-19mode # JRuby in 1.9 mode
8+
- rbx-18mode
9+
- rbx-19mode
10+
# uncomment this line if your project needs to run something other than `rake`:
11+
# script: bundle exec rspec spec

0 commit comments

Comments
 (0)