mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-02-22 23:31:43 +01:00
Update .travis.yml
This commit is contained in:
parent
d805f5665a
commit
59dcbe3ad5
@ -13,12 +13,12 @@ jdk:
|
||||
jobs:
|
||||
include:
|
||||
- stage: "Tests"
|
||||
name: "Prepare build"
|
||||
script: bash /scripts/prepareBuild.sh
|
||||
script: bash /scripts/runTests.sh
|
||||
name: "Unit tests"
|
||||
script: bash scripts/prepareBuild.sh
|
||||
script: bash scripts/runTests.sh
|
||||
- stage: "System Tests"
|
||||
name: "Test environment setup"
|
||||
script: bash /scripts/prepareServerJars.sh
|
||||
script: bash scripts/prepareServerJars.sh
|
||||
cache:
|
||||
directories:
|
||||
- '$HOME/.m2/repository'
|
||||
|
Loading…
Reference in New Issue
Block a user