Skip to content

Commit 299dd7e

Browse files
committed
Update travis config to make libstrategies.so locateable by ldconfig.
1 parent dc43053 commit 299dd7e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ before_install:
1010
- git clone https://github.com/Axelrod-Python/TourExec.git /tmp/TourExec
1111
- cd /tmp/TourExec
1212
- sudo make install
13-
- export LD_LIBRARY_PATH=/usr/local/lib
13+
- echo "/usr/lib/libstrategies.so" | sudo tee /etc/ld.so.conf.d/strategies-lib.conf
14+
- sudo ldconfig
15+
- ldconfig -p | grep libstrategies.so
1416
- cd $TRAVIS_BUILD_DIR
1517
install:
1618
- pip install -r requirements.txt

0 commit comments

Comments
 (0)