Skip to content

Commit 4795bf2

Browse files
committed
SUPPO-1256: Give nvm just the major and let it do the rest. Drop 6 and 7. Add 12.
1 parent cf37216 commit 4795bf2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
language: node_js
2+
# https://nodejs.org/en/about/releases/#releases
23
node_js:
3-
- "6.15.1"
4-
- "7.10.1"
5-
- "8.14.0"
6-
- "9.11.2"
7-
- "10.14.1"
8-
- "11.4.0"
4+
- "8"
5+
- "9"
6+
- "10"
7+
- "11"
8+
- "12"
99
before_install:
1010
- npm install -g npm
1111
before_script:

0 commit comments

Comments
 (0)