Skip to content

Commit 5d8897a

Browse files

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ before_script:
1919
mysql -u root -e 'CREATE DATABASE mystamps CHARACTER SET utf8;';
2020
mkdir -p /tmp/uploads /tmp/preview;
2121
cp src/main/resources/test/test.png /tmp/uploads/1.png;
22-
pip install --user ansible==2.9.2;
22+
pip install --user ansible==2.9.27;
2323
elif [ "$SPRING_PROFILES_ACTIVE" = 'postgres' ]; then
2424
psql -U postgres -c 'create database mystamps;';
2525
fi

0 commit comments

Comments
 (0)