summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDane Springmeyer <dane@mapbox.com>2014-06-04 20:32:50 -0700
committerDane Springmeyer <dane@mapbox.com>2014-06-04 20:32:50 -0700
commit1379195811815ea45b453293d0026b5a4687a986 (patch)
treeb481b700663e3c20e169c52a44b288a88dd98772 /.travis.yml
parent9d81fa9c630990c0a1158798c6d1ec863c4e54b0 (diff)
downloadqtlocation-mapboxgl-1379195811815ea45b453293d0026b5a4687a986.tar.gz
[travis] remove caching - refs #310
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 2f0784f7de..16d178a24b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,5 @@
language: cpp
-# http://docs.travis-ci.com/user/multi-os/
os:
- linux
- osx
@@ -14,11 +13,6 @@ env:
- BUILDTYPE=Release
- BUILDTYPE=Debug
-cache:
-- apt
-- directories:
- - mapnik-packaging
-
before_install:
- source ./scripts/setup_travis.sh