forked from mirror/go-sqlcipher
Update wercker file.
This commit is contained in:
parent
e6b54d085c
commit
e9b1d17cde
|
@ -10,6 +10,11 @@ build:
|
|||
code: |
|
||||
go get -u github.com/golang/lint/golint && golint
|
||||
# Test the project
|
||||
- script:
|
||||
name: go get
|
||||
code: |
|
||||
go get ./...
|
||||
# Test the project
|
||||
- script:
|
||||
name: go test
|
||||
code: |
|
||||
|
|
Loading…
Reference in New Issue