Skip to content

Commit

Permalink
add ci
Browse files Browse the repository at this point in the history
  • Loading branch information
avwo committed Jan 30, 2019
1 parent 38bf0e2 commit 1935e4b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language: node_js
node_js:
- "8"
- "9"
- "10"
- "11"

install:
- npm install

script:
- npm run lint
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"imweb"
],
"scripts": {
"lint": "eslint index.js"
"lint": "eslint *.js",
"lintfix": "eslint --fix *.js"
},
"author": "IMWeb Team",
"license": "MIT",
Expand Down

0 comments on commit 1935e4b

Please sign in to comment.