We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaa008e commit bae944aCopy full SHA for bae944a
.travis.yml
@@ -25,7 +25,12 @@ before_script:
25
sudo apt-get -qq update;
26
sudo apt-get install -y shellcheck python3.6 python3-pip;
27
curl https://bootstrap.pypa.io/pip/3.6/get-pip.py | sudo -H python3.6;
28
- pip3 install --user html5validator==0.4.2 ruamel.yaml.clib==0.2.2 robotframework==3.2.2 robotframework-lint==1.1 ansible==2.9.2 ansible-lint==4.2.0;
+ pip3 install --user \
29
+ html5validator==0.4.2 \
30
+ robotframework==3.2.2 \
31
+ robotframework-lint==1.1 \
32
+ ansible==2.9.2 \
33
+ ansible-lint==4.2.0;
34
if [ "$TRAVIS_PULL_REQUEST" != 'false' ]; then
35
gem install danger:8.2.2 nokogiri:1.10.10 --no-document;
36
fi;
0 commit comments