Skip to content

Commit b98217a

Browse files
authored
Changing node version in travis script with the hopes of fixing the build error (algorithm-archivists#653)
1 parent d8b8e88 commit b98217a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ sudo: false
33

44
language: node_js
55
node_js:
6-
- "4"
6+
- "12"
77

88
install:
99
- npm install gitbook-cli -g

0 commit comments

Comments
 (0)