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.
2 parents d3b0480 + 153fbab commit 4444a20Copy full SHA for 4444a20
.travis.yml
@@ -1,5 +1,6 @@
1
# Passes arguments to bundle install (http://gembundler.com/man/bundle-install.1.html)
2
#bundler_args: --binstubs
3
+language: ruby
4
5
# Specify which ruby versions you wish to run your tests on, each version will be used
6
rvm:
@@ -18,3 +19,5 @@ matrix:
18
19
- rvm: rbx-2
20
- rvm: ruby-head
21
script: "bundle exec rake"
22
+
23
+sudo: false
0 commit comments