Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
Noboru Saito committed Jan 27, 2018
1 parent 85d03c0 commit 46258d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -15,7 +15,7 @@ before_install:
script:
- make test
before_deploy:
- 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
- rm -f $TRAVIS_BUILD_DIR/dist/*.zip
- cd ${TRAVIS_BUILD_DIR}/dist/ && for i in `ls .`; do cp ../README.md $i; cp ../config.json.sample $i; zip $i.zip $i/* ;done
deploy:
Expand Down

0 comments on commit 46258d7

Please sign in to comment.