From 847dcac3167accec615bc232c99a433d1755b76e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Can=C3=A9vet?= Date: Mon, 5 Jan 2015 10:40:32 +0100 Subject: Update with modulesync --- .travis.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9933aa5..db911af 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,9 @@ --- language: ruby sudo: false -cache: - directories: - - vendor/bundle - - spec/fixtures/modules -bundler_args: --without system_tests --path vendor/bundle -script: ["bundle exec rake validate", "bundle exec rake lint", "bundle exec rake spec_prep", "bundle exec fakeroot rake spec_standalone SPEC_OPTS='--format documentation'", "bundle exec rake metadata"] +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: fast_finish: true include: -- cgit v1.2.3