Skip to content

Commit

Permalink
Cache the tiles dir and build tiles for the deploy step
Browse files Browse the repository at this point in the history
  • Loading branch information
DingoEatingFuzz committed Oct 13, 2019
1 parent fa3087f commit a8c31a6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,16 @@ node_js:
- lts/*
services:
- docker
cache:
directories:
- ./tiles
install:
- npm i -g tl @mapbox/mbtiles tilelive-http
- npm i
before_script: bash pipeline.sh
script: npm test
deploy:
provider: script
script: bash deploy.sh
script: bash pipeline.sh && bash deploy.sh
on:
branch: master

0 comments on commit a8c31a6

Please sign in to comment.