We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ebaf32 commit a6fc933Copy full SHA for a6fc933
.travis.yml
@@ -46,6 +46,7 @@ install: pip install coveralls numpy
46
script:
47
- export CMAKE_ADDITIONAL_OPTIONS="-DCMAKE_BUILD_TYPE=${BUILDTYPE}"
48
- sudo free -m -t
49
+ - ls -l /usr/lib/x86_64-linux-gnu/libboost_python*
50
- ./.travis/run ../travis_custom/custom_build
51
after_failure: ./.travis/run after_failure
52
after_success: ./.travis/run after_success
0 commit comments