Skip to content

Commit c1397e4

Browse files
committed
Pin NodeJS version in .travis.yml
1 parent d438ee2 commit c1397e4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
language: node_js
22

3+
before_install:
4+
- 'nvm install 11.10.1'
5+
36
node_js:
47
- '11'
58

0 commit comments

Comments
 (0)