forked from jhoblitt/puppet-oauth2_proxy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
47 lines (47 loc) · 1.12 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
35
36
37
38
39
40
41
42
43
44
45
46
47
sudo: false
language: ruby
bundler_args: --without beaker
rvm:
- '2.2'
- '2.3'
- '2.4'
env:
- PUPPET_GEM_VERSION="~> 4.0"
- PUPPET_GEM_VERSION="~> 5.0"
matrix:
include:
- rvm: '2.2'
sudo: required
services: docker
env:
- PUPPET_GEM_VERSION="~> 4.0"
- BEAKER_set="centos-7-docker"
script: bundle exec rake beaker
bundler_args: --without development
- rvm: '2.2'
sudo: required
services: docker
env:
- PUPPET_GEM_VERSION="~> 4.0"
- BEAKER_set="ubuntu-14-docker"
script: bundle exec rake beaker
bundler_args: --without development
- rvm: '2.3'
sudo: required
services: docker
env:
- PUPPET_GEM_VERSION="~> 4.0"
- BEAKER_set="centos-7-docker"
script: bundle exec rake beaker
bundler_args: --without development
- rvm: '2.3'
sudo: required
services: docker
env:
- PUPPET_GEM_VERSION="~> 4.0"
- BEAKER_set="ubuntu-14-docker"
script: bundle exec rake beaker
bundler_args: --without development
fast_finish: true
notifications:
email: false