Skip to content

Commit

Permalink
fix travis.ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tamlok committed Mar 21, 2018
1 parent 71e744b commit 6efe3d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ script:
- if [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then ./.travis_macos.sh ; fi

deploy:
skip_cleanup: true
- provider: bintray
skip_cleanup: true
file: "./.linux_bintray.json"
user: tamlok
key:
Expand All @@ -50,6 +50,7 @@ deploy:
condition: $TRAVIS_OS_NAME = linux
branch: master
- provider: bintray
skip_cleanup: true
file: "./.macos_bintray.json"
user: tamlok
key:
Expand Down

0 comments on commit 6efe3d6

Please sign in to comment.