Skip to content

Commit

Permalink
Merge bad007c into b518b37
Browse files Browse the repository at this point in the history
  • Loading branch information
segayuu committed Nov 2, 2018
2 parents b518b37 + bad007c commit e887c9e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 14 deletions.
4 changes: 0 additions & 4 deletions .jscsrc

This file was deleted.

6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@ language: node_js

sudo: false

cache:
apt: true
directories:
- node_modules
cache: false

node_js:
- "6"
Expand All @@ -14,7 +11,6 @@ node_js:

script:
- npm run eslint
- npm run jscs
- npm run test-cov

after_script:
Expand Down
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"main": "index",
"scripts": {
"eslint": "eslint .",
"jscs": "jscs .",
"test": "mocha test/index.js",
"test-cov": "istanbul cover --print both _mocha -- test/index.js"
},
Expand Down Expand Up @@ -36,13 +35,11 @@
},
"devDependencies": {
"chai": "^3.4.1",
"eslint": "^1.10.3",
"eslint-config-hexo": "^1.0.2",
"eslint": "^5.7.0",
"eslint-config-hexo": "^3.0.0",
"hexo": "^3.7.1",
"hexo-fs": "^1.0.0",
"istanbul": "^0.4.1",
"jscs": "^2.6.0",
"jscs-preset-hexo": "^1.0.1",
"mocha": "^5.2.0",
"sinon": "^7.0.0",
"supertest": "^1.2.0",
Expand Down

0 comments on commit e887c9e

Please sign in to comment.