enable multi-os travis

This commit is contained in:
silverwind 2019-08-20 21:49:57 +02:00
parent 08c45e9250
commit a684862714
Signed by: silverwind
GPG Key ID: 2E62B41C93869443
4 changed files with 10 additions and 4 deletions

@ -1,2 +1,2 @@
root: true
extends: eslint-config-silverwind
extends: silverwind

1
.gitattributes vendored Normal file

@ -0,0 +1 @@
* text=auto eol=lf

@ -1,4 +1,9 @@
language: node_js
node_js:
- node
- lts/*
- 8
- 10
- 12
os:
- linux
- osx
- windows

@ -11,7 +11,7 @@
"node": ">=8"
},
"scripts": {
"test": "make test"
"test": "npx eslint --color --quiet *.js && node --trace-deprecation --throw-deprecation test.js"
},
"keywords": [
"dependencies",