Skip to content

Commit

Permalink
[pkg] use @langa/mapnik module
Browse files Browse the repository at this point in the history
  • Loading branch information
tjwebb committed Jan 21, 2017
1 parent 571e0b2 commit 90ad8a4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 13 deletions.
24 changes: 14 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,24 @@
language: node_js

node_js:
- "0.10"
- "4"
- '6'
- '7'

addons:
apt:
sources:
- ubuntu-toolchain-r-test
- ubuntu-toolchain-r-test
packages:
- libstdc++6 # upgrade libstdc++ on linux to support C++11

sudo: false
- libstdc++6

install:
- npm install --fallback-to-build=false
- npm install --fallback-to-build=false

script:
- npm test
deploy:
provider: npm
email: [email protected]
api_key:
secure: KAYIYyR/Mb719PtFfSQQ2W8P6c/GmZTaf9DmufX1zSEvt9YxoVYXSV7mSKZQgRs24whWsgTGC4M2GKoK7lxcTpFzWYlFCxZC20UdSvwlHk/nPHahaai+XLA0OOYkog2DenmFlBdxBxe3RYJp1N9g6dSH5Wapmpp7gpSUZQZmfjF9VZ7bwoqIZ+17KfOGvRtQ6HNxVg1hc/dCk3v6i/bAIKkwVW5G4plub4aJfSj/8wMOnTYcwQzm11KbaooFP5BmP39ZIEZgTutcy+JSmuI+Mhf4P5A+RWaQ+JTIL8YLiSrhzcgQ4KHTI1ersg7UxrSqFtJQkn14PDkTXoFvmjQ9iB9LPS6VpeMKlY4G1MjqDWhVNhcs95kFQJklvHQUr+RnyS5cfrg5ak+1UtYpsr/maluZSj9EMEFJ6qfEPeDJYx5CE5mpd2t7/lYYS6yDVCUj5WV3BhMmfg5Czd3V/3TUt1k5VrbBEO5hBz9De5Bx6/XZK3Fyx5nHonOZ5D2OpOP4Ql05la7EFQeBXSBcInitslTdV2GMe7TEbudusTbXbJLGnNbdg+BB9p1F/j9RZZ78NJgVybNg4Sc0HhjUP+zFPY8yPZfaIrAfbk3oZGc4FPxeAc2OqhKFeqc20B0ythyDM65g9Pb039cpr/dzW0RYEqUNBGaEIPNQZb9kvrTSrpo=
on:
tags: true
repo: langateam/tilelive-mapnik
node: 6
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mapbox/tilelive-mapnik",
"version": "0.6.18",
"version": "0.6.18-dev",
"main": "./lib/mapnik_backend.js",
"description": "Mapnik backend for tilelive",
"url": "http://github.com/mapbox/tilelive-mapnik",
Expand Down Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"step": "~0.0.5",
"generic-pool": "~2.4.0",
"mapnik": ">=3.2.0 && <4.0.0",
"@langa/mapnik": "3.5.14",
"mime": "~1.3.4",
"sphericalmercator": "~1.0.4"
},
Expand All @@ -39,4 +39,5 @@
"scripts": {
"test": "mocha -R spec --timeout 10000"
}
}
}

0 comments on commit 90ad8a4

Please sign in to comment.