Skip to content

Commit

Permalink
Run transform tests in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
pnorman committed Jan 19, 2017
1 parent e29b281 commit 7c0bd30
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ language: node_js
sudo: false
node_js:
- "0.10"
addons:
apt:
packages:
- lua5.1
env:
- CARTO=0.16.0 MAPNIK='3.0.0 3.0.12'
- CARTO=0.16.3 MAPNIK='3.0.0 3.0.12'
Expand All @@ -16,3 +20,5 @@ script:
- for m in $MAPNIK; do ./node_modules/carto/bin/carto -a $m project.mml | xmllint - | wc -l; done
# Validate that the SVGs are valid XML
- find symbols/ -name '*.svg' | xargs xmllint --noout
# Check the Lua transforms
- lua scripts/lua/test.lua

0 comments on commit 7c0bd30

Please sign in to comment.