Skip to content
This repository was archived by the owner on Jun 24, 2024. It is now read-only.

Commit 4984a60

Browse files
committed
chore: test on node 10 and 11
1 parent c24c925 commit 4984a60

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
language: node_js
22
node_js:
3+
- '11'
4+
- '10'
35
- '8'
46
script:
57
- npm test
@@ -12,4 +14,4 @@ after_success:
1214
- npm run travis-deploy-once "npm run semantic-release"
1315
branches:
1416
except:
15-
- /^v\d+\.\d+\.\d+$/
17+
- /^v\d+\.\d+\.\d+$/

0 commit comments

Comments
 (0)