Skip to content

Commit 65b3d89

Browse files
committed
/series/1: add an image also for a travis profile.
Correction for 646bb16 commit. Addressed to 588
1 parent cba200f commit 65b3d89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

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

0 commit comments

Comments
 (0)