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