Skip to content

Commit 45c6f09

Browse files
committed
Update Node version to run CI/CD on .travis.yml
1 parent 675ebb9 commit 45c6f09

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
language: node_js
22
node_js:
3-
- "10.13.0"
4-
- "8.12.0"
5-
- "6.14.4"
3+
- "10.16.3"
64
script:
75
- gulp && npm test
86
after_success:

0 commit comments

Comments
 (0)