mirror of
https://github.com/mapbox/tippecanoe.git
synced 2025-02-22 02:06:38 +00:00
Try to fix Travis on Linux
This commit is contained in:
parent
64c98b38b4
commit
a03b461aa5
@ -28,6 +28,8 @@ install:
|
||||
export CXXFLAGS="--coverage -g";
|
||||
export CFLAGS="--coverage -g";
|
||||
export LDFLAGS="--coverage";
|
||||
elif [[ $(uname -s) == 'Linux' ]]; then
|
||||
export CXX=g++-4.9;
|
||||
fi;
|
||||
- make
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user