We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f1b9ce commit 61a4b79Copy full SHA for 61a4b79
1 file changed
.travis.yml
@@ -74,6 +74,3 @@ script:
74
- $CMAKE --build .
75
- ./test/type_safe_test
76
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