Skip to content

Commit

Permalink
ci(travis): remove PyYAML workaround since fixed in salt-lint v0.0.9
Browse files Browse the repository at this point in the history
* Automated using myii/ssf-formula#80
  • Loading branch information
myii committed Oct 19, 2019
1 parent 7dd4dc2 commit 698dad8
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 @@ -35,9 +35,10 @@ jobs:
before_install: skip
script:
# Need to use `pip3` due to using `trusty` on Travis
# [Py2/InsecurePlatformWarning] Tornado requires an up-to-date SSL module.
- sudo apt-get install python3-pip python3-setuptools python3-wheel -y
# Install and run `salt-lint`
- pip3 install --user salt-lint PyYAML==4.2b4
- pip3 install --user salt-lint
- git ls-files | grep '\.sls$\|\.jinja$\|\.j2$\|\.tmpl$'
| xargs -I {} salt-lint {}
# Install and run `yamllint`
Expand Down

0 comments on commit 698dad8

Please sign in to comment.