Skip to content

Commit

Permalink
Fixing CI upload for Conan.io
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
henryiii committed Apr 19, 2018
1 parent 7a6cd04 commit 7763ab8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ And, if you want to always use it, feel free to install the git hook provided in

## For developers releasing to Conan.io

The steps to make a Conan.io release are:
This is now done by the CI system on tagged releases. Previously, the steps to make a Conan.io release were:

```bash
conan remove '*' # optional, I like to be clean
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ matrix:
script:
- .ci/make_and_test.sh 11
after_success:
- conan create . CLIUtils/stable
- conan create . cliutils/stable
- |
if [ "${TRAVIS_TAG}" ]
then
Expand Down

0 comments on commit 7763ab8

Please sign in to comment.