Skip to content

Commit

Permalink
Merge pull request #97 from myii/feat/use-travis-build-config-validation
Browse files Browse the repository at this point in the history
feat(travis): use build config validation (beta)
  • Loading branch information
myii authored Nov 13, 2019
2 parents d62650b + 4a11f97 commit 302cabf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ssf/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ ssf_node_anchors:
# An alternative method could be to use:
# `git describe --abbrev=0 --tags`
# yamllint disable rule:line-length
title: 'feat(semantic-release): implement for this formula'
body: '* Automated using https://github.com/myii/ssf-formula/pull/96'
title: 'ci(travis): use build config validation (beta) [skip ci]'
body: '* Automated using https://github.com/myii/ssf-formula/pull/97'
# yamllint enable rule:line-length
github:
owner: 'saltstack-formulas'
Expand Down
1 change: 1 addition & 0 deletions ssf/files/default/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ fast_finish: true
{%- endif %}
## Machine config
dist: {{ travis.dist }}
version: '~> 1.0'
{%- if platforms and not use_cirrus_ci %}
sudo: required
services:
Expand Down

0 comments on commit 302cabf

Please # to comment.