Commit e0447b662af10414d6888ba4e5fb6777215c16d3

Authored by Henry Fredrick Schreiner
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,7 +84,7 @@ matrix:
84 then 84 then
85 conan remote add origin https://api.bintray.com/conan/cliutils/CLI11 85 conan remote add origin https://api.bintray.com/conan/cliutils/CLI11
86 conan user -p ${BINFROG_API_KEY} -r origin henryiii 86 conan user -p ${BINFROG_API_KEY} -r origin henryiii
87 - conan upload "*" -r origin --all 87 + conan upload "*" -c -r origin --all
88 fi 88 fi
89 - os: osx 89 - os: osx
90 compiler: clang 90 compiler: clang