Skip to content

Commit bc8ff98

Browse files
committed
Bump to 0.5.8 and build binaries using go 1.7.4
1 parent 50ea17f commit bc8ff98

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
language: go
22
go:
33
- 1.5.4
4-
- 1.6.3
5-
- 1.7.1
4+
- 1.6.4
5+
- 1.7.4
66
- tip
77
os:
88
- linux
@@ -16,10 +16,10 @@ script:
1616
- go test -i -race ./...
1717
- go test -v -race ./...
1818
after_script:
19-
- if [ "$TRAVIS_GO_VERSION" = "1.7.1" ] && [ "$TRAVIS_OS_NAME" = "linux" ] && [ "$TRAVIS_TAG" != "" ]; then go get github.com/inconshreveable/mousetrap; fi
20-
- if [ "$TRAVIS_GO_VERSION" = "1.7.1" ] && [ "$TRAVIS_OS_NAME" = "linux" ] && [ "$TRAVIS_TAG" != "" ]; then go get github.com/mitchellh/gox; fi
21-
- if [ "$TRAVIS_GO_VERSION" = "1.7.1" ] && [ "$TRAVIS_OS_NAME" = "linux" ] && [ "$TRAVIS_TAG" != "" ]; then go get github.com/tcnksm/ghr; fi
22-
- if [ "$TRAVIS_GO_VERSION" = "1.7.1" ] && [ "$TRAVIS_OS_NAME" = "linux" ] && [ "$TRAVIS_TAG" != "" ]; then make compile; ghr --username zquestz --token $GITHUB_TOKEN --replace $TRAVIS_TAG pkg/; fi
19+
- if [ "$TRAVIS_GO_VERSION" = "1.7.4" ] && [ "$TRAVIS_OS_NAME" = "linux" ] && [ "$TRAVIS_TAG" != "" ]; then go get github.com/inconshreveable/mousetrap; fi
20+
- if [ "$TRAVIS_GO_VERSION" = "1.7.4" ] && [ "$TRAVIS_OS_NAME" = "linux" ] && [ "$TRAVIS_TAG" != "" ]; then go get github.com/mitchellh/gox; fi
21+
- if [ "$TRAVIS_GO_VERSION" = "1.7.4" ] && [ "$TRAVIS_OS_NAME" = "linux" ] && [ "$TRAVIS_TAG" != "" ]; then go get github.com/tcnksm/ghr; fi
22+
- if [ "$TRAVIS_GO_VERSION" = "1.7.4" ] && [ "$TRAVIS_OS_NAME" = "linux" ] && [ "$TRAVIS_TAG" != "" ]; then make compile; ghr --username zquestz --token $GITHUB_TOKEN --replace $TRAVIS_TAG pkg/; fi
2323
notifications:
2424
webhooks:
2525
urls:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ s is released under the MIT license.
327327
[ReportCard-Image]: https://goreportcard.com/badge/github.com/zquestz/s
328328
[Build-Status-URL]: http://travis-ci.org/zquestz/s
329329
[Build-Status-Image]: https://travis-ci.org/zquestz/s.svg?branch=master
330-
[Release-URL]: https://github.com/zquestz/s/releases/tag/v0.5.7
331-
[Release-Image]: http://img.shields.io/badge/release-v0.5.7-1eb0fc.svg
330+
[Release-URL]: https://github.com/zquestz/s/releases/tag/v0.5.8
331+
[Release-Image]: http://img.shields.io/badge/release-v0.5.8-1eb0fc.svg
332332
[Chat-Image]: https://badges.gitter.im/zquestz/s.svg
333333
[Chat-URL]: https://gitter.im/zquestz/s?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge

cmd/search.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414

1515
const (
1616
appName = "s"
17-
version = "0.5.7"
17+
version = "0.5.8"
1818
defaultPort = 8080
1919
defaultProvider = "google"
2020
)

0 commit comments

Comments
 (0)