mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2025-01-14 19:53:29 +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
|
||||
matrix:
|
||||
include:
|
||||
- os: linux
|
||||
node_js: "4"
|
||||
# - os: linux
|
||||
# node_js: "4"
|
||||
- os: linux
|
||||
env: CXX=g++-4.8
|
||||
node_js: "5"
|
||||
|
@ -13,8 +13,8 @@ matrix:
|
|||
- os: linux
|
||||
env: CXX=g++-4.8
|
||||
node_js: "7"
|
||||
- os: osx
|
||||
node_js: "4"
|
||||
# - os: osx
|
||||
# node_js: "4"
|
||||
- os: osx
|
||||
node_js: "5"
|
||||
- os: osx
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
environment:
|
||||
matrix:
|
||||
- nodejs_version: "4"
|
||||
# - nodejs_version: "4"
|
||||
- nodejs_version: "6"
|
||||
- nodejs_version: "7"
|
||||
platform:
|
||||
|
|
Loading…
Reference in a new issue