1
0
mirror of https://github.com/CLIUtils/CLI11.git synced 2025-05-02 13:43:52 +00:00

Fix for conan chanel

[skip ci]
This commit is contained in:
Henry Fredrick Schreiner 2018-03-10 13:07:26 +01:00
parent 446524687a
commit 32153f2f6d

View File

@ -78,7 +78,7 @@ matrix:
- python -m pip install --user conan - python -m pip install --user conan
- conan user - conan user
after_success: after_success:
- conan create . CLIUtils/CLI11 - conan create . CLIUtils/stable
- | - |
if [ "${TRAVIS_TAG}" ] if [ "${TRAVIS_TAG}" ]
then then