summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Herold <michael.j.herold@gmail.com>2015-03-18 18:17:43 -0500
committerMichael Herold <michael.j.herold@gmail.com>2015-03-18 18:17:43 -0500
commit68a3a86ce883ce09678c636e19f3d8533a9d51d9 (patch)
tree565c52c1e2bde8b04eb793bec4e83a45fd6d3a93
parent693de89e77eb0a11c093e5b9f11f2fabe8d27e81 (diff)
downloadhashie-68a3a86ce883ce09678c636e19f3d8533a9d51d9.tar.gz
Opt in to containerized Travis builds
Travis released [Docker-based build containers][blog] in December that should speed up test time. I just had to wait over half an hour for a build to finish, so I thought we could try this out. I think we're a pretty ideal candidate because: 1. we don't need sudo for anything; and 2. we aren't an I/O-bound test suite [blog]: http://blog.travis-ci.com/2014-12-17-faster-builds-with-container-based-infrastructure/
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 7daf4a5..bb5ffe4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,5 @@
language: ruby
+sudo: false
rvm:
- 2.1.2