Skip to content

Commit b01e997

Browse files
committed
/series/1: add an image also for a travis profile.
Correction for 646bb16 commit. Addressed to #588 Required by #199
1 parent 335fbfb commit b01e997

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ before_script:
1313
- if [ "$SPRING_PROFILES_ACTIVE" = 'travis' ]; then
1414
mysql -u travis -e 'CREATE DATABASE mystamps CHARACTER SET utf8;';
1515
mkdir -p /tmp/uploads /tmp/preview;
16+
cp src/main/resources/test/test.png /tmp/uploads/1.png;
1617
if [ "$TRAVIS_BRANCH" = 'prod' -a "$TRAVIS_PULL_REQUEST" = 'false' ]; then
1718
pip install --user ansible==2.1.1.0;
1819
fi;

0 commit comments

Comments
 (0)