diff options
author | Dane Springmeyer <dane@mapbox.com> | 2014-06-04 20:32:50 -0700 |
---|---|---|
committer | Dane Springmeyer <dane@mapbox.com> | 2014-06-04 20:32:50 -0700 |
commit | 1379195811815ea45b453293d0026b5a4687a986 (patch) | |
tree | b481b700663e3c20e169c52a44b288a88dd98772 /.travis.yml | |
parent | 9d81fa9c630990c0a1158798c6d1ec863c4e54b0 (diff) | |
download | qtlocation-mapboxgl-1379195811815ea45b453293d0026b5a4687a986.tar.gz |
[travis] remove caching - refs #310
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
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 |