Skip to content

Commit

Permalink
Merge pull request #7 from xx45/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
iamkun authored Apr 11, 2018
2 parents 7e8c63a + 54474b4 commit 6bc6aae
Show file tree
Hide file tree
Showing 7 changed files with 6,560 additions and 1,500 deletions.
6 changes: 6 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"extends": "airbnb-base",
"rules": {
"semi": [2, "never"]
}
}
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ cache:
- ~/.npm
- node_modules
node_js:
- '4'
- '6'
script:
- npm run lint
- npm test
after_success:
- if [ "$TRAVIS_BRANCH" == "master" ]; then
nvm install v8.10.0 && nvm use v8.10.0;
Expand Down
3 changes: 0 additions & 3 deletions index.js

This file was deleted.

Loading

0 comments on commit 6bc6aae

Please sign in to comment.