From 021794052b316f39d14dc683321a248d120abed8 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Thu, 26 Apr 2018 01:59:49 +0200 Subject: [PATCH] Updated travis file --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 28e4d2f8..0d4a019d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,6 +39,7 @@ before_script: # script always run to completion (set +e). All of these code checks are must haves # in a modern Go project. script: + - make all - 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 -race ./... # Run all the tests with the race detector enabled