Skip to content

Commit 6fbcb67

Browse files
committed
ci: explicitly specify tools versions
This makes our builds more stable and also allows us to track what versions do we use and update them as other dependencies.
1 parent d253306 commit 6fbcb67

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ before_script:
2020
mysql -u root -e 'CREATE DATABASE mystamps CHARACTER SET utf8;';
2121
mkdir -p /tmp/uploads /tmp/preview;
2222
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;
23+
npm install -g bootlint@1.1.0;
24+
pip install --user html5validator==0.3.3 robotframework-lint==1.1 ansible==2.9.2 ansible-lint==4.2.0;
2525
if [ "$TRAVIS_PULL_REQUEST" != 'false' ]; then
26-
gem install danger nokogiri --no-document;
26+
gem install danger:8.2.2 nokogiri:1.10.10 --no-document;
2727
fi;
2828
sudo apt-get -qq update;
2929
sudo apt-get install -y shellcheck;

0 commit comments

Comments
 (0)