summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Arko <mail@arko.net>2015-12-06 15:04:42 -0800
committerAndré Arko <mail@arko.net>2015-12-06 15:04:42 -0800
commit67b069cc20f17e3e1b01019f0854adb0bb1a7b41 (patch)
tree72ecb6a32b79510eefba8c0b102bad8ddc8a90a4
parentf2035cc109212c36917cdf1f19beb168ab0e2ab0 (diff)
parent810b932578ef683b6822462a7b9551a46f3570b0 (diff)
downloadbundler-67b069cc20f17e3e1b01019f0854adb0bb1a7b41.tar.gz
Merge pull request #4139 from benlovell/travis-container-based-infrastructure
Use travis container-based infrastructure
-rw-r--r--lib/bundler/templates/newgem/.travis.yml.tt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/bundler/templates/newgem/.travis.yml.tt b/lib/bundler/templates/newgem/.travis.yml.tt
index d78885d0ee..fe0761cc23 100644
--- a/lib/bundler/templates/newgem/.travis.yml.tt
+++ b/lib/bundler/templates/newgem/.travis.yml.tt
@@ -1,3 +1,4 @@
+sudo: false
language: ruby
rvm:
- <%= RUBY_VERSION %>