diff --git a/.travis.yml b/.travis.yml index b69a971..afa3e6d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/go.mod b/go.mod index a7d2a40..627d66f 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/Microsoft/ethr +module github.com/microsoft/ethr require ( github.com/mattn/go-runewidth v0.0.3