Skip to content

Commit ab8be0b

Browse files

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ before_script:
2121
mkdir -p /tmp/uploads /tmp/preview;
2222
cp src/main/resources/test/test.png /tmp/uploads/1.png;
2323
npm install -g bootlint;
24-
pip install --user html5validator==0.3.1 robotframework-lint ansible==2.7.15 ansible-lint;
24+
pip install --user html5validator==0.3.1 robotframework-lint ansible==2.8.7 ansible-lint;
2525
if [ "$TRAVIS_PULL_REQUEST" != 'false' ]; then
2626
gem install danger nokogiri --no-ri --no-rdoc;
2727
fi;

src/main/scripts/ci/ansible/deploy.yml

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
assert:
2424
that:
2525
war_file.stat.exists
26+
quiet: yes
2627
become: no
2728
delegate_to: 127.0.0.1
2829

0 commit comments

Comments
 (0)