Skip to content

Commit 7c797b2

Browse files
committed
Another travis attempt 2
1 parent f6fc25e commit 7c797b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ before_install:
1111
- cd /tmp/TourExec
1212
- sudo make install
1313
- echo "/usr/lib/libstrategies.so" | sudo tee /etc/ld.so.conf.d/strategies-lib.conf
14-
- sudo ldconfig
14+
- sudo ldconfig
15+
- ldconfig -p | grep libstrategies.so
1516
- cd $TRAVIS_BUILD_DIR
1617
install:
1718
- pip install -r requirements.txt

0 commit comments

Comments
 (0)