Skip to content

Commit

Permalink
.travis.yml and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinKavik committed Jul 26, 2019
1 parent 0b74708 commit f6203b5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
@@ -0,0 +1,3 @@
language: node_js
node_js:
- "node"
8 changes: 8 additions & 0 deletions package.json
@@ -0,0 +1,8 @@
{
"scripts": {
"test": "awesome-lint"
},
"devDependencies": {
"awesome-lint": "*"
}
}

0 comments on commit f6203b5

Please sign in to comment.