mirror of https://github.com/halo-dev/halo
Update .travis.yml
parent
a55b469ae4
commit
2a077fe04c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue