summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorOmer Katz <omer.drow@gmail.com>2014-12-28 17:11:13 +0200
committerOmer Katz <omer.drow@gmail.com>2014-12-28 17:11:13 +0200
commitb34f93f30761c856c2eea64226343b00abd5e374 (patch)
tree12e765b5fda68011ec54648df931f676e01fce22 /.travis.yml
parentec040d82dd8520dd1f4ae7847108380b201f21fd (diff)
Use travis' new build workers
They boot faster and since we don't use root we can use them.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index f4e97dff..7633c4f8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,5 @@
language: ruby
+sudo: false
rvm:
- "1.8.7"
- "1.9.3"