diff --git a/ssf/defaults.yaml b/ssf/defaults.yaml index 0228cae5..4d47c21c 100644 --- a/ssf/defaults.yaml +++ b/ssf/defaults.yaml @@ -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' diff --git a/ssf/files/default/.travis.yml b/ssf/files/default/.travis.yml index 4a257b0a..186c13c2 100644 --- a/ssf/files/default/.travis.yml +++ b/ssf/files/default/.travis.yml @@ -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: