From 7a40b79daf1a84bbf6028f85dcba3a43c15d97e0 Mon Sep 17 00:00:00 2001 From: Dmitry Zenovich Date: Wed, 27 Jul 2016 04:10:31 +0300 Subject: [PATCH] fix .travis.yml --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 13c9fcf..3e05985 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,8 @@ go: install: - go get github.com/zenovich/urlesc - go get golang.org/x/net/idna + - go get golang.org/x/text/secure/precis + - go get golang.org/x/text/unicode/norm - mv $GOPATH/src/github.com/zenovich/urlesc $GOPATH/src/github.com/PuerkitoBio/ - go build .