forked from garethr/garethr-docker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
25 lines (25 loc) · 708 Bytes
/
.travis.yml
File metadata and controls
25 lines (25 loc) · 708 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
language: ruby
bundler_args: --without development system_tests
before_install: rm Gemfile.lock || true
sudo: false
rvm:
- 1.9.3
- 2.1.0
- 2.2
script: bundle exec rake test
env:
- PUPPET_GEM_VERSION="~> 3.0" STRICT_VARIABLES=yes
- PUPPET_GEM_VERSION="~> 4.0"
- PUPPET_GIT_URL="https://github.com/puppetlabs/puppet.git"
matrix:
fast_finish: true
exclude:
- rvm: 2.2
env: PUPPET_GEM_VERSION="~> 3.0" STRICT_VARIABLES=yes
- rvm: 1.9.3
env: PUPPET_GIT_URL="https://github.com/puppetlabs/puppet.git"
- rvm: 2.1.0
env: PUPPET_GIT_URL="https://github.com/puppetlabs/puppet.git"
allow_failures:
- env: PUPPET_GIT_URL="https://github.com/puppetlabs/puppet.git"