Skip to content
This repository has been archived by the owner on Jan 14, 2020. It is now read-only.

Commit

Permalink
updated travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ojkelly committed Jun 7, 2018
1 parent 5da7573 commit 5732cbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ kombustion.yaml
kombustion.lock
.kombustion/*
build/*
coverage*
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ os:

go:
- 1.10.1
- 1.2
- tip

sudo: required
env:
Expand All @@ -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"

Expand Down

0 comments on commit 5732cbe

Please sign in to comment.