summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorRaphaël Pinson <raphael.pinson@camptocamp.com>2014-12-18 09:40:28 +0100
committerRaphaël Pinson <raphael.pinson@camptocamp.com>2014-12-18 09:40:28 +0100
commitd7086df1d68892ada68e18168428febe30ea1c9a (patch)
treee0729fd2cc32e33ce3dc5e01c3a69ca1be2309c3 /.travis.yml
parent04368d6d58d5a1f0f0c27dffcc624139f6a06ab2 (diff)
Use Travis container infrastructure
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 3c0157a..eabd598 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,7 @@
---
language: ruby
+sudo: false
+cache: bundler
bundler_args: --without system_tests
script: ["bundle exec rake validate", "bundle exec rake lint", "bundle exec fakeroot rake spec SPEC_OPTS='--format documentation'", "bundle exec rake metadata"]
matrix: