Skip to content

Commit c65922b

Browse files
committed
ci: add . to LD_LIBRARY_PATH
1 parent 16f100d commit c65922b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ before_install:
2222
- export GOTRACEBACK=crash
2323
# make python output (sys.stdout, sys.stderr) unbuffered
2424
- export PYTHONUNBUFFERED=1
25+
# ls needs to look into the current directory to load the _go.so library
26+
- export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:.
2527
# pypy3 isn't packaged in ubuntu yet.
2628
- TEMPDIR=$(mktemp -d)
2729
- export PYPYVERSION=v7.1.1

0 commit comments

Comments
 (0)