Skip to content

Commit 06ce496

Browse files
ChristianMurphyKent C. Dodds
authored and
Kent C. Dodds
committed
ci: test with node 8, 10, and 12 (#410)
1 parent 98bc29a commit 06ce496

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ cache:
55
- ~/.npm
66
notifications:
77
email: false
8-
node_js: '8'
8+
node_js:
9+
- '8'
10+
- '10'
11+
- '12'
912
install: npm install
1013
script: npm run validate
1114
after_success: kcd-scripts travis-after-success

0 commit comments

Comments
 (0)