travis just test build

This commit is contained in:
Zack Scholl 2018-09-22 09:59:55 -07:00
parent 10111b92cd
commit 9a33954d42
2 changed files with 3 additions and 1 deletions

View File

@ -7,4 +7,4 @@ env:
- "PATH=/home/travis/gopath/bin:$PATH"
script:
- go test -v ./...
- go build -v

2
go.mod
View File

@ -2,6 +2,7 @@ module github.com/schollz/croc
require (
github.com/briandowns/spinner v0.0.0-20180822135157-9f016caa1359
github.com/chromedp/chromedp v0.1.2
github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575
github.com/dustin/go-humanize v0.0.0-20180713052910-9f541cc9db5d
github.com/fatih/color v1.7.0 // indirect
@ -15,6 +16,7 @@ require (
github.com/schollz/peerdiscovery v1.2.1
github.com/schollz/progressbar/v2 v2.5.3
github.com/schollz/utils v1.0.0
github.com/stretchr/testify v1.2.2
github.com/tscholl2/siec v0.0.0-20180721101609-21667da05937
github.com/urfave/cli v1.20.0
golang.org/x/crypto v0.0.0-20180910181607-0e37d006457b