misc: Active Windows on Travis CI
This commit is contained in:
parent
774fd3f313
commit
f8ff29cf6c
|
@ -1,6 +1,9 @@
|
|||
language: go
|
||||
go:
|
||||
- 1.12
|
||||
os:
|
||||
- linux
|
||||
- windows
|
||||
sudo: required
|
||||
addons:
|
||||
apt:
|
||||
|
@ -36,9 +39,11 @@ deploy:
|
|||
tags: true
|
||||
go: 1.12
|
||||
repo: tus/tusd
|
||||
os: linux
|
||||
- provider: script
|
||||
script: .scripts/deploy_gcloud.sh
|
||||
on:
|
||||
branch: master
|
||||
go: 1.12
|
||||
repo: tus/tusd
|
||||
os: linux
|
||||
|
|
Loading…
Reference in New Issue