Skip to content

Commit e9b384f

Browse files
committed
Run tests for node version 9+
1 parent 449574b commit e9b384f

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
language: node_js
22
node_js:
3+
- "9"
34
- "10"
5+
- "11"
6+
- "12"
47
env:
5-
- CODECOV_TOKEN="f0dbb006-6aa1-425f-8604-77dec84da322" spec=true
8+
- spec=true
69
install:
710
- npm install
811
script:
9-
- npm test
12+
- npm run ciTest
1013
- codecov -f .nyc_output/*.json
1114
before_script:
1215
- npm run build

0 commit comments

Comments
 (0)