From aae3299e7960ea0fe54a9fca4c15861d99669ba5 Mon Sep 17 00:00:00 2001 From: Mickaël Canévet Date: Thu, 11 Dec 2014 13:57:30 +0100 Subject: Update with modulesync_configs [skip ci] --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index b73ab4b..5e24532 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,14 @@ --- language: ruby -bundler_args: --without development +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: - rvm: 1.8.7 - env: PUPPET_GEM_VERSION="~> 3.0" + env: PUPPET_GEM_VERSION="~> 2.7.0" FACTER_GEM_VERSION="~> 1.6.0" + - rvm: 1.8.7 + env: PUPPET_GEM_VERSION="~> 2.7.0" FACTER_GEM_VERSION="~> 1.7.0" - rvm: 1.9.3 env: PUPPET_GEM_VERSION="~> 3.0" - rvm: 2.0.0 -- cgit v1.2.3