Commit e0447b662af10414d6888ba4e5fb6777215c16d3
1 parent
acc6627e
Allow publish to conan automatically
Showing
1 changed file
with
1 additions
and
1 deletions
.travis.yml
| ... | ... | @@ -84,7 +84,7 @@ matrix: |
| 84 | 84 | then |
| 85 | 85 | conan remote add origin https://api.bintray.com/conan/cliutils/CLI11 |
| 86 | 86 | conan user -p ${BINFROG_API_KEY} -r origin henryiii |
| 87 | - conan upload "*" -r origin --all | |
| 87 | + conan upload "*" -c -r origin --all | |
| 88 | 88 | fi |
| 89 | 89 | - os: osx |
| 90 | 90 | compiler: clang | ... | ... |