summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 3dff534..8971baa 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,6 @@
# Passes arguments to bundle install (http://gembundler.com/man/bundle-install.1.html)
#bundler_args: --binstubs
+language: ruby
# Specify which ruby versions you wish to run your tests on, each version will be used
rvm:
@@ -18,3 +19,5 @@ matrix:
- rvm: rbx-2
- rvm: ruby-head
script: "bundle exec rake"
+
+sudo: false