Skip to content

Commit bc14b25

Browse files
committed
rm install
1 parent 06b396b commit bc14b25

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.travis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@ env:
55
- SPRING_PROFILES_ACTIVE=test
66
- SPRING_PROFILES_ACTIVE=travis
77

8-
# We don't want to run `mvn install -DskipTests=true` for downloading project's dependencies
9-
# because it fails in travis profile where database doesn't exist for at this time.
10-
# See for details: https://github.com/spring-projects/spring-boot/issues/4922
11-
install: true
12-
138
before_script:
149
- npm install -g bootlint
1510
- if [ "$SPRING_PROFILES_ACTIVE" = 'travis' ]; then mysql -u travis -e 'CREATE DATABASE mystamps CHARACTER SET utf8;'; fi

0 commit comments

Comments
 (0)