forked from michael/leanshot
F
This commit is contained in:
parent
14d152d903
commit
7ae9b26728
1 changed files with 2 additions and 2 deletions
|
@ -3,10 +3,10 @@ sudo: required
|
||||||
dist: trusty
|
dist: trusty
|
||||||
|
|
||||||
script:
|
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:
|
before_deploy:
|
||||||
- ./.ci/run.sh build leanshot ${TRAVIS_TAG}-${TRAVIS_OS_NAME}
|
- ./ci/run.sh build leanshot ${TRAVIS_TAG}-${TRAVIS_OS_NAME}
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
- provider: releases
|
- provider: releases
|
||||||
|
|
Loading…
Reference in a new issue