Skip to content

Commit

Permalink
Merge pull request #653 from voxpupuli/travis2
Browse files Browse the repository at this point in the history
Update travis config to please linter
  • Loading branch information
ekohl authored May 5, 2020
2 parents f32dbce + 1128d78 commit 2f74802
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions moduleroot/.travis.yml.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
os: linux
dist: bionic
language: ruby
cache: bundler
Expand Down Expand Up @@ -28,7 +29,7 @@ before_install:
<%- end -%>
script:
- 'bundle exec rake $CHECK'
matrix:
jobs:
fast_finish: true
include:
<% @configs['includes'].each do |include| -%>
Expand Down Expand Up @@ -87,7 +88,7 @@ notifications:
<% end -%>
deploy:
provider: puppetforge
user: <%= @configs['user'] %>
username: <%= @configs['user'] %>
password:
secure: "<%= @configs['secure'] -%>"
on:
Expand Down

0 comments on commit 2f74802

Please sign in to comment.