Skip to content

Commit 84458bf

Browse files
committed
Update to travis for debug
1 parent 4553aa6 commit 84458bf

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ before_install:
4343

4444
install:
4545
- python setup.py install --prefix $(pwd)/mason_packages/.link
46+
- if [[ $(uname -s) == 'Linux' ]]; then
47+
readelf -d $(pwd)/mason_packages/.link/lib/libmapnik.so
48+
fi;
4649

4750
before_script:
4851
- python test/run_tests.py -q

0 commit comments

Comments
 (0)