summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-06-01 21:37:03 +0200
committerKonstantin Käfer <mail@kkaefer.com>2014-06-01 21:37:03 +0200
commit76097367670ed569572168b83eea8594c2600b6d (patch)
treeb9f42d5b041271eb30a70de4cdd6de93df55dafe /.travis.yml
parent2646d77008e16c474308f13cc3406d78c9e49522 (diff)
downloadqtlocation-mapboxgl-76097367670ed569572168b83eea8594c2600b6d.tar.gz
don't trash package dir
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index aafdf894cd..2d396c8e1b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,8 +23,6 @@ before_install:
install:
- make setup
-- rm -rf mapnik-packaging/out/packages
-
before_script:
- if [[ ${CXX} == "g++" ]]; then export CXX="g++-4.8" ; fi