From 7a5cfcbe44025218143c10264ae7a6fa4b479482 Mon Sep 17 00:00:00 2001 From: Chris Sexton Date: Sat, 19 Jan 2019 10:01:51 -0500 Subject: [PATCH] travis: check some new settings out --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 15abc0f..23b41e7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,4 @@ language: go go: 1.x -script: go build +install: go get -t -v ./... && go build -v ./... +script: ./gok.sh