mirror of
https://github.com/mapbox/tippecanoe.git
synced 2025-04-10 20:39:53 +00:00
Another attempt at fixing Travis on Linux
This commit is contained in:
parent
a03b461aa5
commit
76ab63c1d0
@ -29,7 +29,7 @@ install:
|
||||
export CFLAGS="--coverage -g";
|
||||
export LDFLAGS="--coverage";
|
||||
elif [[ $(uname -s) == 'Linux' ]]; then
|
||||
export CXX=g++-4.9;
|
||||
export CXX=clang++;
|
||||
fi;
|
||||
- make
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user