Skip to content

Commit 0d44b25

Browse files
committed
fix deploy script
1 parent 5a45d7a commit 0d44b25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ before_install:
1616
script:
1717
- make test
1818
before_deploy:
19+
- go get -u github.com/mitchellh/gox
1920
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then make pkg ; elif [[ "$TRAVIS_OS_NAME" == "osx" ]]; then make pkg_macOS ;fi
2021
- rm -f $TRAVIS_BUILD_DIR/dist/*.zip
2122
- 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

Comments
 (0)