Skip to content

Commit 917f6f6

Browse files
committed
ci: test on node versions 10 and 12
stop testing on versions 6 and 8, as they are now deprecated
1 parent f4f793c commit 917f6f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
language: node_js
22
sudo: false
33
node_js:
4-
- 6
5-
- 8
4+
- 10
5+
- 12
66
cache:
77
npm: false
88
before_install:
@@ -28,5 +28,5 @@ deploy:
2828
skip_cleanup: true
2929
script: npx semantic-release
3030
on:
31-
node: 8
31+
node: 12
3232
repo: watson-developer-cloud/node-sdk

0 commit comments

Comments
 (0)