File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,14 @@ before_script:
21
21
mkdir -p /tmp/uploads /tmp/preview;
22
22
cp src/main/resources/test/test.png /tmp/uploads/1.png;
23
23
24
- pip 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;
24
+ sudo add-apt-repository -y ppa:jblgf0/python;
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;
25
29
if [ "$TRAVIS_PULL_REQUEST" != 'false' ]; then
26
30
gem install danger:8.2.2 nokogiri:1.10.10 --no-document;
27
31
fi;
28
- sudo apt-get -qq update;
29
- sudo apt-get install -y shellcheck;
30
32
elif [ "$SPRING_PROFILES_ACTIVE" = 'postgres' ]; then
31
33
psql -U postgres -c 'create database mystamps;';
32
34
fi
You can’t perform that action at this time.
0 commit comments