mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2025-01-01 03:03:18 +01:00
Added nodejs 7 to travis and updated to latest patch versions
This commit is contained in:
parent
bed012cb9c
commit
5efd2caeb8
1 changed files with 4 additions and 3 deletions
|
@ -5,9 +5,10 @@ os:
|
||||||
- linux
|
- linux
|
||||||
- osx
|
- osx
|
||||||
node_js:
|
node_js:
|
||||||
- "4.6"
|
- "4"
|
||||||
- "5.11"
|
- "5"
|
||||||
- "6.1"
|
- "6"
|
||||||
|
- "7"
|
||||||
before_install:
|
before_install:
|
||||||
- export CHROME_BIN=chromium-browser
|
- export CHROME_BIN=chromium-browser
|
||||||
- export DISPLAY=:99.0
|
- export DISPLAY=:99.0
|
||||||
|
|
Loading…
Reference in a new issue