Skip to content

Commit

Permalink
ci: merge travis matrix, add salt-lint & rubocop to lint job
Browse files Browse the repository at this point in the history
* Automated using myii/ssf-formula#60
  • Loading branch information
myii committed Oct 8, 2019
1 parent 39c7b25 commit 7defa9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ script:
stages:
- test
- name: release
if: branch = master AND type != pull_request
jobs:
include:
# Define the test stage matrix
Expand Down Expand Up @@ -94,6 +93,8 @@ jobs:
- stage: release
language: node_js
node_js: lts/*
env: Release
name: 'Run `semantic-release` inc. file updates (AUTHORS, CHANGELOG & FORMULA)'
before_install: skip
script:
# Update `AUTHORS.md`
Expand Down

0 comments on commit 7defa9e

Please sign in to comment.