Skip to content

Commit 122f385

Browse files
davejrtsheenaajay
authored andcommitted
Update .travis.yml (#398)
1 parent 4a18713 commit 122f385

File tree

1 file changed

+7
-19
lines changed

1 file changed

+7
-19
lines changed

.travis.yml

Lines changed: 7 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -10,29 +10,17 @@ before_install:
1010
- gem --version
1111
- bundle -v
1212
script:
13-
- 'bundle exec rake $CHECK'
14-
bundler_args: --without system_tests
13+
- 'bundle exec rake syntax lint metadata_lint check:symlinks check:git_ignore check:dot_underscore check:test_file rubocop'
14+
- 'bundle exec rake parallel_spec'
15+
bundler_args:
1516
rvm:
16-
- 2.5.1
17+
- 2.4.4
1718
env:
18-
global:
19-
- BEAKER_PUPPET_COLLECTION=puppet6 PUPPET_GEM_VERSION="~> 6.0"
19+
- PUPPET_GEM_VERSION="~> 4.0"
20+
- PUPPET_GEM_VERSION="~> 5.0"
21+
- PUPPET_GEM_VERSION="~> 6.0"
2022
matrix:
2123
fast_finish: true
22-
include:
23-
-
24-
env: CHECK="syntax lint metadata_lint check:symlinks check:git_ignore check:dot_underscore check:test_file rubocop"
25-
-
26-
env: CHECK=parallel_spec
27-
-
28-
env: PUPPET_GEM_VERSION="~> 6.0" CHECK=parallel_spec
29-
rvm: 2.4.4
30-
-
31-
env: PUPPET_GEM_VERSION="~> 5.0" CHECK=parallel_spec
32-
rvm: 2.4.4
33-
-
34-
env: PUPPET_GEM_VERSION="~> 4.0" CHECK=parallel_spec
35-
rvm: 2.1.9
3624
branches:
3725
only:
3826
- master

0 commit comments

Comments
 (0)