Skip to content

Commit 42a1ef5

Browse files
committed
1 parent b8bf42e commit 42a1ef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ before_script:
2626
mkdir -p /tmp/uploads /tmp/preview;
2727
cp src/main/resources/test/test.png /tmp/uploads/1.png;
2828
npm install -g bootlint;
29-
pip install --user html5validator robotframework-lint ansible==2.2.3.0 ansible-lint;
29+
pip install --user html5validator robotframework-lint ansible==2.3.3.0 ansible-lint;
3030
if [ "$TRAVIS_PULL_REQUEST" != 'false' ]; then
3131
gem install danger nokogiri --no-ri --no-rdoc;
3232
fi;

0 commit comments

Comments
 (0)