diff --git a/.travis.yml b/.travis.yml index 1c69796..7fc28f7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,36 +1,35 @@ sudo: false language: ruby cache: bundler bundler_args: --without development system_tests before_install: - bundle -v - rm Gemfile.lock || true - gem update --system - gem update bundler - gem --version - bundle -v script: - bundle exec rake $CHECK matrix: fast_finish: true include: - rvm: 2.1 env: PUPPET_VERSION="~> 4.0" STRICT_VARIABLES="yes" CHECK=test - rvm: 2.2 env: PUPPET_VERSION="~> 4.0" STRICT_VARIABLES="yes" CHECK=test - rvm: 2.3.1 env: PUPPET_VERSION="~> 4.0" STRICT_VARIABLES="yes" CHECK=rubocop - rvm: 2.3.1 env: PUPPET_VERSION="~> 4.0" STRICT_VARIABLES="yes" CHECK=build FORGEDEPLOY=true notifications: email: false deploy: provider: puppetforge user: saz password: secure: KREyzEFK9Xa72gtqYv2iI1AScrM9eh9fwZgYz/83uH/spHAxlgx2K4ISjiM8WN4drrBXhZ+JgYRsIGE0TGHW1p35P1P0loNniwhKn0ghU6wEP80t0c/FP6G+qYnBwFbkDMOumtxJ/LB73zXxwDdxBPeATLwzz3cPLUYel6PeqI8= on: tags: true all_branches: true - rvm: 2.3.1 condition: "$FORGEDEPLOY = true"