Update travis YAML file
authorMikael Berthe <mikael@lilotux.net>
Sat, 13 May 2017 09:49:05 +0200
changeset 128 e0621d1b9230
parent 127 2b4d0f198a94
child 129 11966471aac3
Update travis YAML file
.travis.yml
--- a/.travis.yml	Fri May 12 23:48:15 2017 +0200
+++ b/.travis.yml	Sat May 13 09:49:05 2017 +0200
@@ -11,12 +11,12 @@
   only:
   - master
 install:
+- go get golang.org/x/net/html
 - go get github.com/spf13/cobra
 - go get github.com/spf13/viper
 - go get github.com/McKael/madon
 - go get github.com/ghodss/yaml
 - go get github.com/pkg/errors
-- go get github.com/jaytaylor/html2text
 - go get github.com/kr/text
 - go get github.com/m0t0k1ch1/gomif
 - go get github.com/mattn/go-isatty