Browse Source

Test also on NodeJS 8, 10, 12 and latest (currently 13) - closes #91

pull/92/head
Daniel Ruf 5 years ago
parent
commit
4f1371d676
No known key found for this signature in database
GPG Key ID: 5245F69163F6C69B
  1. 4
      .travis.yml

4
.travis.yml

@ -1,6 +1,10 @@
language: node_js
node_js:
- '7.6.0'
- '8'
- '10'
- '12'
- 'node'
services:
- mysql
install:

Loading…
Cancel
Save