Fix Travis builds (#88)

* Fix Travis builds

* Fix windows build
This commit is contained in:
Boyan Soubachov 2019-07-21 10:21:38 +02:00 committed by Pankaj Garg
parent 1c9b13b30e
commit 2f83ae6fb3
2 changed files with 3 additions and 4 deletions

View file

@ -1,8 +1,7 @@
language: go
go:
- '1.11'
- master
- stable
os:
- linux
@ -46,7 +45,7 @@ deploy:
- ethr_windows.zip
- ethr_osx.zip
on:
repo: Microsoft/ethr
repo: microsoft/ethr
branch: master
tags: true

2
go.mod
View file

@ -1,4 +1,4 @@
module github.com/Microsoft/ethr
module github.com/microsoft/ethr
require (
github.com/mattn/go-runewidth v0.0.3