mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2025-01-15 04:31:17 +01:00
Removed nodejs v4 tests temporarily
This commit is contained in:
parent
a819154145
commit
e0b7cdf9dd
2 changed files with 5 additions and 5 deletions
|
@ -3,8 +3,8 @@ addons:
|
||||||
firefox: latest
|
firefox: latest
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: linux
|
# - os: linux
|
||||||
node_js: "4"
|
# node_js: "4"
|
||||||
- os: linux
|
- os: linux
|
||||||
env: CXX=g++-4.8
|
env: CXX=g++-4.8
|
||||||
node_js: "5"
|
node_js: "5"
|
||||||
|
@ -13,8 +13,8 @@ matrix:
|
||||||
- os: linux
|
- os: linux
|
||||||
env: CXX=g++-4.8
|
env: CXX=g++-4.8
|
||||||
node_js: "7"
|
node_js: "7"
|
||||||
- os: osx
|
# - os: osx
|
||||||
node_js: "4"
|
# node_js: "4"
|
||||||
- os: osx
|
- os: osx
|
||||||
node_js: "5"
|
node_js: "5"
|
||||||
- os: osx
|
- os: osx
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
environment:
|
environment:
|
||||||
matrix:
|
matrix:
|
||||||
- nodejs_version: "4"
|
# - nodejs_version: "4"
|
||||||
- nodejs_version: "6"
|
- nodejs_version: "6"
|
||||||
- nodejs_version: "7"
|
- nodejs_version: "7"
|
||||||
platform:
|
platform:
|
||||||
|
|
Loading…
Reference in a new issue