Skip to content

Commit

Permalink
wrong transit
Browse files Browse the repository at this point in the history
  • Loading branch information
memsharded committed Feb 28, 2018
1 parent 0a27313 commit 14b0353
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then
pyenv activate conan
fi

conan remote add transit https://bintray.com/conan/conan-transit
conan remote add transit https://api.bintray.com/conan/conan/conan-transit
nosetests .
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ install:
- pip.exe install conan nose

test_script:
- conan remote add transit https://bintray.com/conan/conan-transit
- conan remote add transit https://api.bintray.com/conan/conan/conan-transit
- nosetests .

0 comments on commit 14b0353

Please sign in to comment.