We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31a1c89 commit 5d8897aCopy full SHA for 5d8897a
.travis.yml
@@ -19,7 +19,7 @@ before_script:
19
mysql -u root -e 'CREATE DATABASE mystamps CHARACTER SET utf8;';
20
mkdir -p /tmp/uploads /tmp/preview;
21
cp src/main/resources/test/test.png /tmp/uploads/1.png;
22
- pip install --user ansible==2.9.2;
+ pip install --user ansible==2.9.27;
23
elif [ "$SPRING_PROFILES_ACTIVE" = 'postgres' ]; then
24
psql -U postgres -c 'create database mystamps;';
25
fi
0 commit comments