Skip to content

Commit

Permalink
Merge pull request #16 from wj42ftns/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
wj42ftns committed Aug 5, 2018
2 parents 1ef5162 + 4b43a5c commit 4468bdd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
language: node_js
node_js:
- "10"
- "9"
- "8"
- "7"
- "6"
- "6.0.0"
script: "yarn eslint && yarn test && yarn coveralls"
script: "npm run eslint && npm run test && npm run coveralls"
deploy:
provider: npm
email: wj42ftns@gmail.com
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"watch": "./node_modules/jest/bin/jest.js --watch --no-cache",
"test": "./node_modules/jest/bin/jest.js",
"test-debug": "node --debug-brk --inspect ./node_modules/jest/bin/jest -i --env jest-environment-node-debug",
"coveralls": "yarn test && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
"coveralls": "npm run test && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
"eslint": "rm -rf ./coverage && node ./node_modules/eslint/bin/eslint.js --quiet \"**/*.js\"",
"precommit": "npm run message && rm -rf ./coverage && npm run lint-staged && npm run test",
"message": "echo \"will be lint staged .js files and run tests\" && exit 0",
Expand Down

0 comments on commit 4468bdd

Please sign in to comment.