Skip to content

Commit 61a4b79

Browse files
committed
Disable conan test
1 parent 9f1b9ce commit 61a4b79

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,3 @@ script:
7474
- $CMAKE --build .
7575
- ./test/type_safe_test
7676

77-
# Run conan package test (only on linux, pip is not available in the osx build)
78-
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then conan remote add Manu343726 https://api.bintray.com/conan/manu343726/conan-packages; fi
79-
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then cd .. && conan create . Manu343726/testing --build=outdated && cd build; fi

0 commit comments

Comments
 (0)