Skip to content

Commit e0447b6

Browse files
committed
Allow publish to conan automatically
1 parent acc6627 commit e0447b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ matrix:
8484
then
8585
conan remote add origin https://api.bintray.com/conan/cliutils/CLI11
8686
conan user -p ${BINFROG_API_KEY} -r origin henryiii
87-
conan upload "*" -r origin --all
87+
conan upload "*" -c -r origin --all
8888
fi
8989
- os: osx
9090
compiler: clang

0 commit comments

Comments
 (0)