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 9b3bda0 commit c4802c3Copy full SHA for c4802c3
.travis.yml
@@ -12,7 +12,7 @@ before_script:
12
- set -o errexit # exit immediately when commands return a non-zero status
13
- if [ "$SPRING_PROFILES_ACTIVE" = 'travis' ]; then
14
mysql -u root -e 'CREATE DATABASE mystamps CHARACTER SET utf8;';
15
- mysql -u root -e "GRANT ALL PRIVILEGES ON mystamps@* TO travis@% IDENTIFIED BY '';";
+ mysql -u root -e "GRANT ALL PRIVILEGES ON mystamps.* TO 'travis'@'%';";
16
mkdir -p /tmp/uploads /tmp/preview;
17
cp src/main/resources/test/test.png /tmp/uploads/1.png;
18
if [ "$TRAVIS_BRANCH" = 'prod' -a "$TRAVIS_PULL_REQUEST" = 'false' ]; then
0 commit comments