mirror of
https://github.com/OpenFactorioServerManager/factorio-server-manager.git
synced 2024-12-25 02:29:45 +02:00
fixed .travis.yml
This commit is contained in:
parent
9b896d6075
commit
2fbbec7574
@ -10,14 +10,12 @@ os:
|
||||
- windows
|
||||
|
||||
env:
|
||||
- GO111MODULE=on mod_dir=dev mod_pack_dir=dev_pack dir=../ conf=../conf.json
|
||||
- GO111MODULE=on mod_dir=dev mod_pack_dir=dev_pack dir=../ conf=../../conf.json.example
|
||||
|
||||
script:
|
||||
- cd src/
|
||||
- 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then go test ./api -v -test.short; fi'
|
||||
- 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then go test ./factorio -v -test.short; fi'
|
||||
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then go test ./api -v; fi'
|
||||
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then go test ./factorio -v; fi'
|
||||
- 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then go test ./... -v -test.short; fi'
|
||||
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then go test ./... -v; fi'
|
||||
|
||||
jobs:
|
||||
include:
|
||||
|
Loading…
Reference in New Issue
Block a user