We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4553aa6 commit 84458bfCopy full SHA for 84458bf
1 file changed
.travis.yml
@@ -43,6 +43,9 @@ before_install:
43
44
install:
45
- 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;
49
50
before_script:
51
- python test/run_tests.py -q
0 commit comments