misc: Active Windows on Travis CI

This commit is contained in:
Marius 2019-06-16 17:27:58 +02:00
parent 774fd3f313
commit f8ff29cf6c
1 changed files with 5 additions and 0 deletions

View File

@ -1,6 +1,9 @@
language: go language: go
go: go:
- 1.12 - 1.12
os:
- linux
- windows
sudo: required sudo: required
addons: addons:
apt: apt:
@ -36,9 +39,11 @@ deploy:
tags: true tags: true
go: 1.12 go: 1.12
repo: tus/tusd repo: tus/tusd
os: linux
- provider: script - provider: script
script: .scripts/deploy_gcloud.sh script: .scripts/deploy_gcloud.sh
on: on:
branch: master branch: master
go: 1.12 go: 1.12
repo: tus/tusd repo: tus/tusd
os: linux