fix travis.ci

This commit is contained in:
Le Tan 2018-03-21 21:55:42 +08:00
parent 71e744b1b5
commit 6efe3d67ec

View File

@ -39,8 +39,8 @@ script:
- if [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then ./.travis_macos.sh ; fi - if [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then ./.travis_macos.sh ; fi
deploy: deploy:
skip_cleanup: true
- provider: bintray - provider: bintray
skip_cleanup: true
file: "./.linux_bintray.json" file: "./.linux_bintray.json"
user: tamlok user: tamlok
key: key:
@ -50,6 +50,7 @@ deploy:
condition: $TRAVIS_OS_NAME = linux condition: $TRAVIS_OS_NAME = linux
branch: master branch: master
- provider: bintray - provider: bintray
skip_cleanup: true
file: "./.macos_bintray.json" file: "./.macos_bintray.json"
user: tamlok user: tamlok
key: key: