Skip to content

Commit

Permalink
Merge pull request #299 from Waldz/hotfix/build-version-into-executable
Browse files Browse the repository at this point in the history
HOTFIX Export build arguments to global scope
  • Loading branch information
Waldz authored Jul 17, 2018
2 parents 62027fd + 23d488c commit 25218a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ install:
- glide "-home" $GLIDE_HOME install

script:
- BUILD_VERSION=${TRAVIS_TAG:-"$BUILD_VERSION_MAJOR-dev.$TRAVIS_BUILD_NUMBER"}
- export BUILD_VERSION=${TRAVIS_TAG:-"$BUILD_VERSION_MAJOR-dev.$TRAVIS_BUILD_NUMBER"}
- bin/check_vet
# This check requires development dependency
- bin/builder_run bin/check_lint
Expand Down

0 comments on commit 25218a9

Please sign in to comment.