Skip to content

Commit 46258d7

Browse files
author
Noboru Saito
committed
fix syntax error
1 parent 85d03c0 commit 46258d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ before_install:
1515
script:
1616
- make test
1717
before_deploy:
18-
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then make pkg ; else [[[ "$TRAVIS_OS_NAME" == "osx" ]]; then make pkg_macOS ; then
18+
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then make pkg ; elif [[ "$TRAVIS_OS_NAME" == "osx" ]]; then make pkg_macOS ;fi
1919
- rm -f $TRAVIS_BUILD_DIR/dist/*.zip
2020
- cd ${TRAVIS_BUILD_DIR}/dist/ && for i in `ls .`; do cp ../README.md $i; cp ../config.json.sample $i; zip $i.zip $i/* ;done
2121
deploy:

0 commit comments

Comments
 (0)