Skip to content

Commit

Permalink
Update travis, remove hardcoded version
Browse files Browse the repository at this point in the history
  • Loading branch information
mfridman committed Oct 22, 2018
1 parent 8df5304 commit 5d8770e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ branches:
- devel

script:
- go test -v ./tests -json | tparse
- go test -v ./tests -json | tparse -all
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func main() {
flag.Parse()

if *versionPtr {
fmt.Println("tparse version 0.0.1")
fmt.Println("tparse version: devel")
os.Exit(0)
}

Expand Down

0 comments on commit 5d8770e

Please sign in to comment.