travis: also download test dependencies
This commit is contained in:
parent
3aeeb353c7
commit
8416e17111
|
@ -2,5 +2,6 @@ language: go
|
|||
go: 1.12
|
||||
before_install:
|
||||
- go get github.com/frankbraun/gocheck
|
||||
- go get -t github.com/mutecomm/go-sqlcipher
|
||||
script:
|
||||
- gocheck -g -c -e _example -e sqlite3_test
|
||||
|
|
Loading…
Reference in New Issue