Skip to content

Commit

Permalink
Update travis to use tparse
Browse files Browse the repository at this point in the history
  • Loading branch information
mfridman committed Oct 22, 2018
1 parent 0eeb233 commit 2205e1a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,17 @@ sudo: false

language: go

before_install:
- go get github.com/mfridman/tparse

go:
- "1.10"
- "1.11"

branches:
only:
- master
- devel

script: make test
script:
- go test -v ./tests -json | tparse

0 comments on commit 2205e1a

Please sign in to comment.