There was an error while loading. Please reload this page.
1 parent 82a82a1 commit d93b1d6Copy full SHA for d93b1d6
.travis.yml
@@ -0,0 +1,7 @@
1
+sudo: false
2
+language: ruby
3
+cache: bundler
4
+rvm:
5
+ - jruby-1.7.23
6
+script:
7
+ - bundle exec rspec spec
0 commit comments