We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6e9940 commit 61db654Copy full SHA for 61db654
.travis.yml
@@ -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