From 5732cbe7d783b691fca1359791f7c2055f2fbafb Mon Sep 17 00:00:00 2001 From: Owen Kelly Date: Thu, 7 Jun 2018 22:09:18 +1000 Subject: [PATCH] updated travis --- .gitignore | 1 + .travis.yml | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7d9303b8..050cf392 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ kombustion.yaml kombustion.lock .kombustion/* build/* +coverage* diff --git a/.travis.yml b/.travis.yml index e047d876..1c21c3d9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,8 +5,6 @@ os: go: - 1.10.1 -- 1.2 -- tip sudo: required env: @@ -27,7 +25,7 @@ install: script: - go generate -- go test -v -covermode=count -coverprofile=coverage.out ./.. +- go test -v -covermode=count -coverprofile=coverage.out ./.... - "$HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN"