Fix travis config env setting
This commit is contained in:
parent
ab0eb7f461
commit
a6db512926
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ go:
|
|||
- 1.6
|
||||
|
||||
env:
|
||||
- DATE=$(date '+%s') TAG="$(echo "${TRAVIS_BRANCH}" | sed 's/-prerelease//g')-prerelease"
|
||||
- DATE=$(date '+%s') TAG="$(echo ${TRAVIS_BRANCH} | sed 's/-prerelease//g')-prerelease"
|
||||
|
||||
before_install:
|
||||
- go get github.com/mitchellh/gox
|
||||
|
|
Loading…
Reference in a new issue