Skip to content

Commit 18da71c

Browse files
tphoneyflorindragos
tphoney
authored andcommitted
update .travis file
1 parent e3acc7d commit 18da71c

File tree

1 file changed

+13
-17
lines changed

1 file changed

+13
-17
lines changed

.travis.yml

+13-17
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
dist: xenial
23
language: ruby
34
cache: bundler
45
before_install:
@@ -11,18 +12,22 @@ script:
1112
- 'bundle exec rake $CHECK'
1213
bundler_args: --without system_tests
1314
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
1823
matrix:
1924
fast_finish: true
2025
include:
2126
-
2227
bundler_args:
2328
dist: trusty
2429
env: PLATFORMS=deb_puppet5
25-
rvm: 2.5.1
30+
rvm: 2.5.3
2631
before_script:
2732
- bundle exec rake 'litmus:provision_list[travis_deb]'
2833
- bundle exec rake 'litmus:install_agent[puppet5]'
@@ -35,7 +40,7 @@ matrix:
3540
bundler_args:
3641
dist: trusty
3742
env: PLATFORM=deb_puppet6
38-
rvm: 2.5.1
43+
rvm: 2.5.3
3944
before_script:
4045
- bundle exec rake 'litmus:provision_list[travis_deb]'
4146
- bundle exec rake 'litmus:install_agent[puppet6]'
@@ -48,7 +53,7 @@ matrix:
4853
bundler_args:
4954
dist: trusty
5055
env: PLATFORMS=el7_puppet5
51-
rvm: 2.5.1
56+
rvm: 2.5.3
5257
before_script:
5358
- bundle exec rake 'litmus:provision_list[travis_el7]'
5459
- bundle exec rake 'litmus:install_agent[puppet5]'
@@ -61,7 +66,7 @@ matrix:
6166
bundler_args:
6267
dist: trusty
6368
env: PLATFORM=el7_puppet6
64-
rvm: 2.5.1
69+
rvm: 2.5.3
6570
before_script:
6671
- bundle exec rake 'litmus:provision_list[travis_el7]'
6772
- bundle exec rake 'litmus:install_agent[puppet6]'
@@ -112,12 +117,3 @@ branches:
112117
- release
113118
notifications:
114119
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"

0 commit comments

Comments
 (0)