We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 102641b commit fc72d3bCopy full SHA for fc72d3b
.travis.yml
@@ -11,7 +11,7 @@ before_script:
11
- if [ "$SPRING_PROFILES_ACTIVE" = 'travis' ]; then
12
mysql -u travis -e 'CREATE DATABASE mystamps CHARACTER SET utf8;';
13
if [ "$TRAVIS_BRANCH" = 'prod' ]; then
14
- pip install --user ansible;
+ pip install --user ansible==2.1.1.0;
15
fi;
16
npm install -g bootlint;
17
pip install --user html5validator;
0 commit comments