1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

Only use Node 6 as the testing Node.js version. (#2609)

It's safe to use this as we don't use any platform specific Node.js features.
This commit is contained in:
Arunoda Susiripala 2017-07-20 22:19:32 +05:30 committed by GitHub
parent 61ffc6da7f
commit 89d4e0af4a
2 changed files with 0 additions and 2 deletions

View file

@ -8,7 +8,6 @@ addons:
- google-chrome-stable
language: node_js
node_js:
- "4"
- "6"
cache:
directories:

View file

@ -1,6 +1,5 @@
environment:
matrix:
- nodejs_version: "4"
- nodejs_version: "6"
# Install scripts. (runs after repo cloning)