We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b208b8 commit 1ebedcdCopy full SHA for 1ebedcd
.travis.yml
@@ -21,7 +21,7 @@ before_script:
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.1 robotframework-lint ansible==2.8.7 ansible-lint;
+ pip install --user html5validator==0.3.1 robotframework-lint ansible==2.9.2 ansible-lint;
25
if [ "$TRAVIS_PULL_REQUEST" != 'false' ]; then
26
gem install danger nokogiri --no-ri --no-rdoc;
27
fi;
0 commit comments