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 f6fc25e commit 7c797b2Copy full SHA for 7c797b2
.travis.yml
@@ -11,7 +11,8 @@ before_install:
11
- cd /tmp/TourExec
12
- sudo make install
13
- echo "/usr/lib/libstrategies.so" | sudo tee /etc/ld.so.conf.d/strategies-lib.conf
14
- - sudo ldconfig
+ - sudo ldconfig
15
+ - ldconfig -p | grep libstrategies.so
16
- cd $TRAVIS_BUILD_DIR
17
install:
18
- pip install -r requirements.txt
0 commit comments