We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 335fbfb commit b01e997Copy full SHA for b01e997
.travis.yml
@@ -13,6 +13,7 @@ before_script:
13
- if [ "$SPRING_PROFILES_ACTIVE" = 'travis' ]; then
14
mysql -u travis -e 'CREATE DATABASE mystamps CHARACTER SET utf8;';
15
mkdir -p /tmp/uploads /tmp/preview;
16
+ cp src/main/resources/test/test.png /tmp/uploads/1.png;
17
if [ "$TRAVIS_BRANCH" = 'prod' -a "$TRAVIS_PULL_REQUEST" = 'false' ]; then
18
pip install --user ansible==2.1.1.0;
19
fi;
0 commit comments