add travis ci
This commit is contained in:
Родитель
cfce266503
Коммит
0fe5df409e
|
@ -0,0 +1,4 @@
|
|||
node:
|
||||
- 4
|
||||
- 6
|
||||
- stable
|
|
@ -4,7 +4,7 @@
|
|||
"description": "",
|
||||
"main": "lib/index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"test": "for t in test/*.js; do echo $t; node $t; done"
|
||||
},
|
||||
"dependencies": {
|
||||
"eslint-config-fxa": "2"
|
||||
|
|
Загрузка…
Ссылка в новой задаче