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