We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 852f5b3 commit ab8be0bCopy full SHA for ab8be0b
.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.7.15 ansible-lint;
+ pip install --user html5validator==0.3.1 robotframework-lint ansible==2.8.7 ansible-lint;
25
if [ "$TRAVIS_PULL_REQUEST" != 'false' ]; then
26
gem install danger nokogiri --no-ri --no-rdoc;
27
fi;
src/main/scripts/ci/ansible/deploy.yml
@@ -23,6 +23,7 @@
assert:
that:
war_file.stat.exists
+ quiet: yes
become: no
28
delegate_to: 127.0.0.1
29
0 commit comments