Skip to content

Commit f2f09ae

Browse files
committed
(MODULES-4097) Sync travis.yml
1 parent b65dd1f commit f2f09ae

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
sudo: false
44
language: ruby
55
cache: bundler
6-
script: "bundle exec rake validate lint spec"
6+
script: "bundle exec rake release_checks"
77
#Inserting below due to the following issue: https://github.com/travis-ci/travis-ci/issues/3531#issuecomment-88311203
88
before_install:
99
- gem update bundler
@@ -25,13 +25,13 @@ matrix:
2525
- rvm: 2.3.1
2626
bundler_args: --without system_tests
2727
env: PUPPET_GEM_VERSION="~> 4.0"
28-
- rvm: 2.1.9
28+
- rvm: 2.1.5
2929
bundler_args: --without system_tests
3030
env: PUPPET_GEM_VERSION="~> 4.0"
31-
- rvm: 2.1.5
31+
- rvm: 2.0.0
3232
bundler_args: --without system_tests
3333
env: PUPPET_GEM_VERSION="~> 3.0" FUTURE_PARSER="yes"
34-
- rvm: 2.1.5
34+
- rvm: 2.0.0
3535
bundler_args: --without system_tests
3636
env: PUPPET_GEM_VERSION="~> 3.0"
3737
- rvm: 1.9.3

0 commit comments

Comments
 (0)