summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJohn Hawthorn <john.hawthorn@gmail.com>2015-05-09 15:33:23 -0700
committerJohn Hawthorn <john.hawthorn@gmail.com>2015-05-09 15:34:40 -0700
commit4ad97c86ab6de5890b07f15751f96a96587a234e (patch)
tree2f4fc47a0b3db34a725a14010a3297bbfc7d1137 /.travis.yml
parentdbd5a5a0bb017c13386dd0711383183c77f0880f (diff)
Speed up travis
Adding sudo: false enables the container-based infrastructure, which starts up almost instantly.
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 44a6d2d..979d77c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,3 +3,4 @@ script: make && make test
compiler:
- clang
- gcc
+sudo: false