Skip to content

Commit 5c8329b

Browse files
fix: install node 7
1 parent 35a6568 commit 5c8329b

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ language: go
22
go:
33
- 1.8.x
44
install:
5+
- nvm install 7
6+
- node -v && npm -v
57
- go get github.com/Masterminds/glide
68
- go get github.com/mitchellh/gox
79
- go get github.com/tcnksm/ghr

release

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ set -e
66
export VERSION=$(cat .version)
77
gox -ldflags="-s -w -X main.SRVERSION=$VERSION" -output="bin/{{.Dir}}_v"$VERSION"_{{.OS}}_{{.Arch}}" ./cmd/semantic-release/
88
ghr $(cat .ghr) bin/
9+
910
cd ./npm-package && npm publish

0 commit comments

Comments
 (0)