mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-28 18:01:17 +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
|
||||
- osx
|
||||
node_js:
|
||||
- "4.6"
|
||||
- "5.11"
|
||||
- "6.1"
|
||||
- "4"
|
||||
- "5"
|
||||
- "6"
|
||||
- "7"
|
||||
before_install:
|
||||
- export CHROME_BIN=chromium-browser
|
||||
- export DISPLAY=:99.0
|
||||
|
|
Loading…
Reference in a new issue