Skip to content

Commit bae944a

Browse files
committed
ci: remove pinning of ruamel.yaml.clib version as it's not necessary anymore
Since 0e09fac commit we have Python 3.6 installed. Relate to #1536
1 parent aaa008e commit bae944a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,12 @@ before_script:
2525
sudo apt-get -qq update;
2626
sudo apt-get install -y shellcheck python3.6 python3-pip;
2727
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;
28+
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;
2934
if [ "$TRAVIS_PULL_REQUEST" != 'false' ]; then
3035
gem install danger:8.2.2 nokogiri:1.10.10 --no-document;
3136
fi;

0 commit comments

Comments
 (0)