Skip to content

Commit

Permalink
Minor updates to Makefile and CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mfridman committed Apr 14, 2019
1 parent 1e6a0f4 commit ee325f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@ before_install:
- go get -u github.com/mfridman/tparse

go:
- "1.10"
- "1.11"
- "1.12"

branches:
only:
- master
- devel

script:
- tparse --version
- go test -race -v ./parse -json -cover | tparse -all -smallscreen
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ test-tparse:

# eating our own dog food :)
test-tparse-full:
$(GO) test -race-count=1 -v ./... -json -cover | $(GO) run main.go -all -smallscreen -notests
$(GO) test -race -count=1 -v ./... -json -cover | $(GO) run main.go -all -smallscreen -notests

release:
goreleaser --rm-dist
Expand Down

0 comments on commit ee325f8

Please sign in to comment.