aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJorie Tappa <jorie@jorietappa.com>2018-08-01 10:44:32 -0500
committerJorie Tappa <jorie@jorietappa.com>2018-08-01 10:44:32 -0500
commitc3f7cd8ed5e3a228c12fe82636bd00cc8c8c0c7d (patch)
tree98251334ee2ee0941cb044a2ed889aff1b69ecd2 /.travis.yml
parent90216d84f8a2da1f77107dc5f0e3d76a3d72aacc (diff)
downloadpuppet-cron_core-c3f7cd8ed5e3a228c12fe82636bd00cc8c8c0c7d.tar.gz
puppet-cron_core-c3f7cd8ed5e3a228c12fe82636bd00cc8c8c0c7d.tar.bz2
Fix Lint/ScriptPermission violations
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 81f77dd..5ef0f6f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,7 +13,7 @@ script:
- 'bundle exec rake $CHECK'
bundler_args: --without system_tests
rvm:
- - 2.4.1
+ - 2.4.4
env:
global:
- BEAKER_PUPPET_COLLECTION=puppet5 PUPPET_GEM_VERSION="~> 5.0"
@@ -29,8 +29,8 @@ matrix:
rvm: 2.1.9
branches:
only:
- - master
- - /^v\d/
+ - master
+ - /^v\d/
notifications:
email: false
deploy: