From 32153f2f6d6b0ca8b706bc8df70a4d99715989da Mon Sep 17 00:00:00 2001 From: Henry Fredrick Schreiner Date: Sat, 10 Mar 2018 13:07:26 +0100 Subject: [PATCH] Fix for conan chanel [skip ci] --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8b7d3d5f..c02c44b0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -78,7 +78,7 @@ matrix: - python -m pip install --user conan - conan user after_success: - - conan create . CLIUtils/CLI11 + - conan create . CLIUtils/stable - | if [ "${TRAVIS_TAG}" ] then