diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..ae1b7387 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,16 @@ +language: go + +go: + - 1.9 + +env: + - "PATH=/home/travis/gopath/bin:$PATH" + +before_install: + - go get github.com/gosuri/uiprogress + - go get github.com/schollz/mnemonicode + - go get github.com/pkg/errors + - go get github.com/sirupsen/logrus + +script: + - go test -v