We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d253306 commit 6fbcb67Copy full SHA for 6fbcb67
.travis.yml
@@ -20,10 +20,10 @@ before_script:
20
mysql -u root -e 'CREATE DATABASE mystamps CHARACTER SET utf8;';
21
mkdir -p /tmp/uploads /tmp/preview;
22
cp src/main/resources/test/test.png /tmp/uploads/1.png;
23
- npm install -g bootlint;
24
- pip install --user html5validator==0.3.3 robotframework-lint==1.1 ansible==2.9.2 ansible-lint;
+ npm install -g bootlint@1.1.0;
+ pip install --user html5validator==0.3.3 robotframework-lint==1.1 ansible==2.9.2 ansible-lint==4.2.0;
25
if [ "$TRAVIS_PULL_REQUEST" != 'false' ]; then
26
- gem install danger nokogiri --no-document;
+ gem install danger:8.2.2 nokogiri:1.10.10 --no-document;
27
fi;
28
sudo apt-get -qq update;
29
sudo apt-get install -y shellcheck;
0 commit comments