Browse Source

Add recent node versions to CI.

master
Renée Kooi 6 years ago
parent
commit
85940d9028
No known key found for this signature in database GPG Key ID: 8CDD5F0BC448F040
  1. 2
      .travis.yml

2
.travis.yml

@ -1,6 +1,8 @@
language: node_js
node_js:
- 'stable'
- '10'
- '9'
- '8'
- '6'
- '4'

Loading…
Cancel
Save