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 8862e5a commit 41fc2b0Copy full SHA for 41fc2b0
.travis.yml
@@ -13,7 +13,7 @@ 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@% IDENTIFIED BY '';";
+ 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