We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41fc2b0 commit dab9b40Copy full SHA for dab9b40
.travis.yml
@@ -13,7 +13,6 @@ env:
13
before_script:
14
- if [ "$SPRING_PROFILES_ACTIVE" = 'travis' ]; then
15
mysql -u root -e 'CREATE DATABASE mystamps CHARACTER SET utf8;';
16
- mysql -u root -e 'GRANT ALL PRIVILEGES ON mystamps@* TO travis@%;';
17
mkdir -p /tmp/uploads /tmp/preview;
18
cp src/main/resources/test/test.png /tmp/uploads/1.png;
19
if [ "$TRAVIS_BRANCH" = 'prod' -a "$TRAVIS_PULL_REQUEST" = 'false' ]; then
0 commit comments