Skip to content

Commit

Permalink
-removed dash from travis
Browse files Browse the repository at this point in the history
-increased version number to v0.1.2
  • Loading branch information
tiger5226 committed May 10, 2018
1 parent 12ef96f commit ff18ecb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,13 @@ script:

# calls goreleaser
deploy:
- provider: script
provider: script
skip_cleanup: true
script: curl -sL https://git.io/goreleaser | bash
on:
tags: true
condition: $TRAVIS_OS_NAME = linux

notifications:
email: false
email: true
webhooks: https://chainquery.lbry.io/api/autoupdate
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func main() {
default:
log.Errorf("Invalid command: '%s'\n", command)
case "version":
println("v0.1.1")
println("v0.1.2")
case "serve":
//Main Chainquery DB connection
dbInstance, err := db.Init(config.GetMySQLDSN(), config.GetDebugMode())
Expand Down

0 comments on commit ff18ecb

Please sign in to comment.