Skip to content

Commit 8535e02

Browse files
author
Igor Olshevsky
authored
Merge pull request #3 from CDEBase/feature/extension-type
updates for manifest, fix for version
2 parents c6c9b1b + 46a35bc commit 8535e02

File tree

4 files changed

+1405
-22
lines changed

4 files changed

+1405
-22
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ install:
88
- go test -i ./...
99
- go get -u github.com/mitchellh/gox
1010
- mkdir release
11-
- cd release && gox -arch 'amd64' -os 'linux windows darwin' ../src/...
11+
- cd release && gox -arch 'amd64' -os 'linux windows darwin' -ldflags "-X main.version=$TRAVIS_TAG" ../src/...
1212
script:
1313
- cd $TRAVIS_BUILD_DIR
1414
- go test -race -v ./...

0 commit comments

Comments
 (0)