forked from waveclaw/puppet-subscription_manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
34 lines (30 loc) · 1.11 KB
/
.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
28
29
30
31
32
33
34
branches: "master"
script: "bundle exec rake spec SPEC_OPTS='--format documentation'"
bundler_args: "--without development"
language: "ruby"
# dropped suport for 1.8.7 since rake 11.3 does not support it
# dropped support for 1.9.3 since JSON_PURE 2.0.2 does not support it
# dropped support for 2.0.0 since deprication warning causes Travis CI failures
rvm:
- 2.1.5
- 2.1.9
env:
matrix:
- PUPPET_GEM_VERSION="~> 3.2"
- PUPPET_GEM_VERSION="~> 3.7"
- PUPPET_GEM_VERSION="~> 3.8"
- PUPPET_GEM_VERSION="~> 4.8.0" # PE 201x.y.z
- PUPPET_GEM_VERSION="~> 4.9.2" # Latest 2017-02-20
# glitter + github integration
#- https://webhooks.gitter.im/e/4b40092cfdac1cef4538
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/7b66c720cb43789e9b80
on_success: change # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: never # options: [always|never|change] default: always
# code climate addons for Travis CI
addons:
code_climate:
repo_token: 4831e72007d358c091ea2c9f565f66767cf7a2c56ce657095b53debbc6b7c29d