Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit af601a4

Browse files
committedNov 13, 2019
ci(.travis.yml): update Ansible to 2.2.3.0
Changelog: https://github.com/ansible/ansible/blob/stable-2.2/CHANGELOG.md Part of #1142
1 parent ad60e11 commit af601a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.travis.yml

Lines changed: 1 addition & 1 deletion
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.1.1.0 ansible-lint;
29+
pip install --user html5validator robotframework-lint ansible==2.2.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)
Please sign in to comment.