summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDane Springmeyer <dane@mapbox.com>2014-05-28 21:07:49 -0700
committerDane Springmeyer <dane@mapbox.com>2014-05-28 21:07:49 -0700
commitbe8e2ceae44f6389cf2f4dfda992676bd6b8e258 (patch)
tree4cf3e3506d40ecceda58fe96cf42ff6a43c40328 /.travis.yml
parentbc9847bde847a6da9741581bbbd66d3b7ca7b4c4 (diff)
downloadqtlocation-mapboxgl-be8e2ceae44f6389cf2f4dfda992676bd6b8e258.tar.gz
[build] clear packages only on travis (needed to avoid caching them)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 2ca7779a91..cda0af771e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,6 +23,8 @@ before_install:
install:
- ./setup-libraries.sh
+- rm -rf mapnik-packaging/out/packages
+
before_script:
- if [ ${CXX} = "g++" ]; then export CXX="g++-4.8" ; fi