This commit is contained in:
Michael Zhang 2018-09-30 07:33:11 -05:00
parent 14d152d903
commit 7ae9b26728
No known key found for this signature in database
GPG key ID: A1B65B603268116B

View file

@ -3,10 +3,10 @@ sudo: required
dist: trusty
script:
- if [ -z "$TRAVIS_TAG" ]; then ./.ci/run.sh check leanshot; fi
- if [ -z "$TRAVIS_TAG" ]; then ./ci/run.sh check leanshot; fi
before_deploy:
- ./.ci/run.sh build leanshot ${TRAVIS_TAG}-${TRAVIS_OS_NAME}
- ./ci/run.sh build leanshot ${TRAVIS_TAG}-${TRAVIS_OS_NAME}
deploy:
- provider: releases