Update .travis.yml

pull/755/head
ruibaby 2019-12-11 23:22:10 +08:00
parent a55b469ae4
commit 2a077fe04c
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ dist: trusty
jobs:
include:
- stage: test
script: ./gradlew check
script: ./gradlew check -Dspring.profiles.active=test
- stage: build
script: ./gradlew clean build -x test
- stage: Build Docker Image for Release