Skip to content

Commit f6fc25e

Browse files
committed
Another travis attempt
1 parent dc43053 commit f6fc25e

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
@@ -10,7 +10,8 @@ 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
1415
- cd $TRAVIS_BUILD_DIR
1516
install:
1617
- pip install -r requirements.txt

0 commit comments

Comments
 (0)