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 06b396b commit bc14b25Copy full SHA for bc14b25
.travis.yml
@@ -5,11 +5,6 @@ env:
5
- SPRING_PROFILES_ACTIVE=test
6
- SPRING_PROFILES_ACTIVE=travis
7
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
-
13
before_script:
14
- npm install -g bootlint
15
- if [ "$SPRING_PROFILES_ACTIVE" = 'travis' ]; then mysql -u travis -e 'CREATE DATABASE mystamps CHARACTER SET utf8;'; fi
0 commit comments