get some other deps

This commit is contained in:
Edward Muller
2019-10-13 16:51:57 -07:00
parent 8ec9a493ec
commit 75440f2ebe
3 changed files with 8 additions and 3 deletions
+6 -1
View File
@@ -10,7 +10,12 @@ os: [linux, osx]
install:
- ./travis/install.sh
- if [[ "$GO111MODULE" == "on" ]]; then go mod download; fi
- if [[ "$GO111MODULE" == "off" ]]; then go get github.com/stretchr/testify/assert golang.org/x/sys/unix github.com/konsorten/go-windows-terminal-sequences; fi
- if [[ "$GO111MODULE" == "off" ]]; then go get \
github.com/stretchr/testify/assert \
golang.org/x/sys/unix \
github.com/konsorten/go-windows-terminal-sequences \
github.com/hashicorp/go-version \
github.com/hashicorp/go-version; fi
script:
- ./travis/cross_build.sh
- export GOMAXPROCS=4