We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a45d7a commit 0d44b25Copy full SHA for 0d44b25
.travis.yml
@@ -16,6 +16,7 @@ before_install:
16
script:
17
- make test
18
before_deploy:
19
+ - go get -u github.com/mitchellh/gox
20
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then make pkg ; elif [[ "$TRAVIS_OS_NAME" == "osx" ]]; then make pkg_macOS ;fi
21
- rm -f $TRAVIS_BUILD_DIR/dist/*.zip
22
- cd ${TRAVIS_BUILD_DIR}/dist/ && for i in `ls .`; do cp ../README.md $i; cp ../config.json.sample $i; zip $i.zip $i/* ;done
0 commit comments