From 12df5ad2ab46f424d490b5f8a405e9ab73d545ba Mon Sep 17 00:00:00 2001 From: Raphaƫl Pinson Date: Thu, 18 Dec 2014 09:41:36 +0100 Subject: Use Travis container infrastructure --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 0e37fa9..033f974 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: -- cgit v1.2.3