summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorRaphaël Pinson <raphael.pinson@camptocamp.com>2014-12-18 09:52:19 +0100
committerRaphaël Pinson <raphael.pinson@camptocamp.com>2014-12-18 09:52:19 +0100
commit4ee3ccd822c6f2c673ca2f5ff08b9970ddccbb45 (patch)
tree838eea51ce9e29268a541bde1997f44bb1929995 /.travis.yml
parent735970f5687f25dd0437133c1408cd30ea6eef4c (diff)
Exclude vendor directories from tests
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 7d246af..db911af 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: