Browse Source

Add Node.js 12 to testing (#5)

master
Corey Farrell 6 years ago
committed by Sindre Sorhus
parent
commit
cda35a513b
  1. 1
      .travis.yml

1
.travis.yml

@ -1,5 +1,6 @@
language: node_js
node_js:
- '12'
- '10'
- '8'
- '6'

Loading…
Cancel
Save