Skip to content

Commit 1a93c81

Browse files
committed
Anoter try for travis
1 parent dc6e605 commit 1a93c81

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ 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=$LD_LIBRARY_PATH:/usr/local/lib:/usr/lib/:tmp/TourExec/bin
13+
- export PATH=$PATH:/usr/local/lib
14+
- export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
15+
- export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:/usr/local/lib
1416
- ldconfig -p
15-
- locate libstrategies.so
1617
- cd $TRAVIS_BUILD_DIR
1718
install:
1819
- pip install -r requirements.txt

0 commit comments

Comments
 (0)