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 3a13ed6 commit e6f9fd1Copy full SHA for e6f9fd1
.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