Skip to content

Commit 9a1fee6

Browse files
committed
Update Travis CI job from current modulesync_configs
1 parent 14a02ea commit 9a1fee6

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.travis.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,19 @@ script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake
66
matrix:
77
fast_finish: true
88
include:
9+
- rvm: 1.9.3
10+
env: PUPPET_GEM_VERSION="~> 3.4.0"
911
- rvm: 1.8.7
10-
env: PUPPET_GEM_VERSION="~> 2.7.0" FACTER_GEM_VERSION="~> 1.6.0"
11-
- rvm: 1.8.7
12-
env: PUPPET_GEM_VERSION="~> 2.7.0" FACTER_GEM_VERSION="~> 1.7.0"
12+
env: PUPPET_GEM_VERSION="~> 3.0"
1313
- rvm: 1.9.3
1414
env: PUPPET_GEM_VERSION="~> 3.0"
15-
- rvm: 2.0.0
15+
- rvm: 1.9.3
16+
env: PUPPET_GEM_VERSION="~> 3.0" FUTURE_PARSER="yes"
17+
- rvm: 2.1.5
1618
env: PUPPET_GEM_VERSION="~> 3.0"
19+
- rvm: 2.1.5
20+
env: PUPPET_GEM_VERSION="~> 3.4.0"
21+
- rvm: 2.1.5
22+
env: PUPPET_GEM_VERSION="~> 3.0" FUTURE_PARSER="yes"
1723
notifications:
1824
email: false

0 commit comments

Comments
 (0)