From 698dad815f4c74cc311300ec053a1f2c01fb6fbb Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Sat, 19 Oct 2019 19:20:36 +0100 Subject: [PATCH] ci(travis): remove `PyYAML` workaround since fixed in `salt-lint` v0.0.9 * Automated using https://github.com/myii/ssf-formula/pull/80 --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 557ca44..cdfa934 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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`