forked from deric/puppet-mesos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
27 lines (27 loc) · 892 Bytes
/
.travis.yml
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
26
27
bundler_args: --without development
sudo: false
cache:
- bundler
- directories:
- $HOME/librarian-puppet
script:
- RAKE_ENV=ci bundle exec rake validate
- RAKE_ENV=ci bundle exec rake spec
- RAKE_ENV=ci bundle exec rake lint
rvm:
- 1.9.3
- 2.0.0
- 2.1.5
#- 2.2.2 puppet 3 won't be compatible with ruby 2.2: https://tickets.puppetlabs.com/browse/PUP-3796
env:
global:
- LIBRARIAN_PUPPET_TMP="$HOME/librarian-puppet"
matrix:
- PUPPET_VERSION="~> 3.4.0"
- PUPPET_VERSION="~> 3.5.0" STRICT_VARIABLES=yes
- PUPPET_VERSION="~> 3.6.0" STRICT_VARIABLES=yes
- PUPPET_VERSION="~> 3.7.0" STRICT_VARIABLES=yes
- PUPPET_VERSION="~> 3.8.0" STRICT_VARIABLES=yes
- PUPPET_VERSION="~> 3.7.0" STRICT_VARIABLES=yes FUTURE_PARSER=yes
- PUPPET_VERSION="~> 3.8.0" STRICT_VARIABLES=yes FUTURE_PARSER=yes
- PUPPET_VERSION="~> 4.3.0" STRICT_VARIABLES=yes