Skip to content

Commit

Permalink
Add travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Mar 7, 2017
1 parent 6330ceb commit 03411f3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
language: node_js
sudo: false
before_install:
- npm install -g npm@3
script:
- npm test
node_js:
- "4"
- "6"
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"author": "Renée Kooi <renee@kooi.me>",
"license": "MIT",
"scripts": {
"lint": "eslint ."
"lint": "eslint .",
"test": "npm run lint"
},
"dependencies": {
"got": "^6.7.1",
Expand Down

0 comments on commit 03411f3

Please sign in to comment.