Skip to content

Commit dab9b40

Browse files
committed
Revert ".travis.yml: grant access to mystamps database to travis user."
This reverts commit 0145ff4. We don't need this workaround anymore as it was fixed on Travis CI recently: https://docs.travis-ci.com/user/build-environment-updates/2017-09-06/#Fixed Addressed to #612
1 parent 41fc2b0 commit dab9b40

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ env:
1313
before_script:
1414
- if [ "$SPRING_PROFILES_ACTIVE" = 'travis' ]; then
1515
mysql -u root -e 'CREATE DATABASE mystamps CHARACTER SET utf8;';
16-
mysql -u root -e 'GRANT ALL PRIVILEGES ON mystamps@* TO travis@%;';
1716
mkdir -p /tmp/uploads /tmp/preview;
1817
cp src/main/resources/test/test.png /tmp/uploads/1.png;
1918
if [ "$TRAVIS_BRANCH" = 'prod' -a "$TRAVIS_PULL_REQUEST" = 'false' ]; then

0 commit comments

Comments
 (0)