Updated travis file
This commit is contained in:
parent
d4033592c1
commit
021794052b
@ -39,6 +39,7 @@ before_script:
|
|||||||
# script always run to completion (set +e). All of these code checks are must haves
|
# script always run to completion (set +e). All of these code checks are must haves
|
||||||
# in a modern Go project.
|
# in a modern Go project.
|
||||||
script:
|
script:
|
||||||
|
- make all
|
||||||
- test -z $(gofmt -s -l $GO_FILES) # Fail if a .go file hasn't been formatted with gofmt
|
- test -z $(gofmt -s -l $GO_FILES) # Fail if a .go file hasn't been formatted with gofmt
|
||||||
# - go test -v . # Run all the tests
|
# - go test -v . # Run all the tests
|
||||||
# - go test -v -race ./... # Run all the tests with the race detector enabled
|
# - go test -v -race ./... # Run all the tests with the race detector enabled
|
||||||
|
Loading…
Reference in New Issue
Block a user