We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8bf42e commit 42a1ef5Copy full SHA for 42a1ef5
.travis.yml
@@ -26,7 +26,7 @@ before_script:
26
mkdir -p /tmp/uploads /tmp/preview;
27
cp src/main/resources/test/test.png /tmp/uploads/1.png;
28
npm install -g bootlint;
29
- pip install --user html5validator robotframework-lint ansible==2.2.3.0 ansible-lint;
+ pip install --user html5validator robotframework-lint ansible==2.3.3.0 ansible-lint;
30
if [ "$TRAVIS_PULL_REQUEST" != 'false' ]; then
31
gem install danger nokogiri --no-ri --no-rdoc;
32
fi;
0 commit comments