Browse Source

Add Node.js 10 to Travis file

iss58
Sindre Sorhus 7 years ago
parent
commit
79729e4f4a
  1. 1
      .travis.yml

1
.travis.yml

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

Loading…
Cancel
Save