Skip to content

Commit 46d5b57

Browse files
committed
travis: updating bintray repo and channel
1 parent d00598f commit 46d5b57

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ install:
99

1010
script:
1111
- conan config install https://github.com/includeos/conan_config.git
12-
- conan create . includeos/maclatest -pr apple-clang-10-macos-toolchain
12+
- conan create . includeos/latest -pr apple-clang-10-macos-toolchain
1313
- VERSION=$(conan inspect -a version . | cut -d " " -f 2)
1414
- |
1515
if [ "$TRAVIS_BRANCH" == "master" ]; then
16-
conan upload --all diskbuilder/$VERSION@includeos/maclatest -r includeos-test
16+
conan upload --all diskbuilder/$VERSION@includeos/latest -r includeos
1717
fi
1818
if [ -n "$TRAVIS_TAG" ]; then
19-
conan copy --all diskbuilder/$VERSION@includeos/maclatest includeos/macstable
20-
conan upload --all diskbuilder/$VERSION@includeos/macstable -r includeos-test
19+
conan copy --all diskbuilder/$VERSION@includeos/latest includeos/stable
20+
conan upload --all diskbuilder/$VERSION@includeos/stable -r includeos
2121
fi
2222
2323
notifications:

0 commit comments

Comments
 (0)