X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=.travis.yml;h=ec6f08dc6dca8b71161ba56ee240e358154975d8;hb=90cc951753edeb3380b0ee6193c4d6febdc84a18;hp=a7f6b9c3f06a0ef0ded8556b9b82640c09c1ca63;hpb=c46bc7fe4a0a89d25152c6d0dd5b5edeafee6f0a;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/.travis.yml b/.travis.yml index a7f6b9c..ec6f08d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,26 +1,15 @@ +--- language: ruby -rvm: - - 1.8.7 - - 1.9.3 -before_script: -after_script: -script: "rake spec" -env: - - PUPPET_VERSION=3.0.2 - - PUPPET_VERSION=2.7.20 - - PUPPET_VERSION=2.7.6 - - PUPPET_VERSION=2.6.9 +bundler_args: --without system_tests +script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--format documentation'" matrix: - exclude: + fast_finish: true + include: + - rvm: 1.8.7 + env: PUPPET_GEM_VERSION="~> 3.0" - rvm: 1.9.3 - gemfile: .gemfile - env: PUPPET_VERSION=2.6.9 - - rvm: 1.9.3 - gemfile: .gemfile - env: PUPPET_VERSION=2.7.6 - - rvm: 1.9.3 - gemfile: .gemfile - env: PUPPET_VERSION=2.7.20 + env: PUPPET_GEM_VERSION="~> 3.0" + - rvm: 2.0.0 + env: PUPPET_GEM_VERSION="~> 3.0" notifications: email: false -gemfile: .gemfile