Skip to content
This repository was archived by the owner on Feb 1, 2022. It is now read-only.

Commit ecb1362

Browse files
author
Jan Krems
committed
chore: Pin node to 6.8
1 parent 6f9883d commit ecb1362

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
node_js:
3-
- '6'
3+
- '6.8'
44
before_deploy:
55
- git config --global user.email "[email protected]"
66
- git config --global user.name "Jan Krems"
@@ -10,4 +10,4 @@ deploy:
1010
skip_cleanup: true
1111
'on':
1212
branch: master
13-
node: '6'
13+
node: '6.8'

0 commit comments

Comments
 (0)