File tree 1 file changed +13
-17
lines changed
1 file changed +13
-17
lines changed Original file line number Diff line number Diff line change 1
1
---
2
+ dist : xenial
2
3
language : ruby
3
4
cache : bundler
4
5
before_install :
@@ -11,18 +12,22 @@ script:
11
12
- ' bundle exec rake $CHECK'
12
13
bundler_args : --without system_tests
13
14
rvm :
14
- - 2.5.1
15
- env :
16
- global :
17
- - PUPPET_GEM_VERSION="~> 6.0"
15
+ - 2.5.3
16
+ stages :
17
+ - static
18
+ - spec
19
+ - acceptance
20
+ -
21
+ if : tag =~ ^v\d
22
+ name : deploy
18
23
matrix :
19
24
fast_finish : true
20
25
include :
21
26
-
22
27
bundler_args :
23
28
dist : trusty
24
29
env : PLATFORMS=deb_puppet5
25
- rvm : 2.5.1
30
+ rvm : 2.5.3
26
31
before_script :
27
32
- bundle exec rake 'litmus:provision_list[travis_deb]'
28
33
- bundle exec rake 'litmus:install_agent[puppet5]'
@@ -35,7 +40,7 @@ matrix:
35
40
bundler_args :
36
41
dist : trusty
37
42
env : PLATFORM=deb_puppet6
38
- rvm : 2.5.1
43
+ rvm : 2.5.3
39
44
before_script :
40
45
- bundle exec rake 'litmus:provision_list[travis_deb]'
41
46
- bundle exec rake 'litmus:install_agent[puppet6]'
@@ -48,7 +53,7 @@ matrix:
48
53
bundler_args :
49
54
dist : trusty
50
55
env : PLATFORMS=el7_puppet5
51
- rvm : 2.5.1
56
+ rvm : 2.5.3
52
57
before_script :
53
58
- bundle exec rake 'litmus:provision_list[travis_el7]'
54
59
- bundle exec rake 'litmus:install_agent[puppet5]'
@@ -61,7 +66,7 @@ matrix:
61
66
bundler_args :
62
67
dist : trusty
63
68
env : PLATFORM=el7_puppet6
64
- rvm : 2.5.1
69
+ rvm : 2.5.3
65
70
before_script :
66
71
- bundle exec rake 'litmus:provision_list[travis_el7]'
67
72
- bundle exec rake 'litmus:install_agent[puppet6]'
@@ -112,12 +117,3 @@ branches:
112
117
- release
113
118
notifications :
114
119
email : false
115
- deploy :
116
- provider : puppetforge
117
- user : puppet
118
- password :
119
- secure : " "
120
- on :
121
- tags : true
122
- all_branches : true
123
- condition : " $DEPLOY_TO_FORGE = yes"
You can’t perform that action at this time.
0 commit comments