Skip to content

Commit

Permalink
Merge be9943a into d952fbc
Browse files Browse the repository at this point in the history
  • Loading branch information
JINNOUCHI Yasushi committed Jan 4, 2020
2 parents d952fbc + be9943a commit 8a2a691
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .travis.yml
@@ -0,0 +1,33 @@
---
language: node_js

node_js:
- stable
- lts/*

before_install:
- npm update

install:
- npm install

script:
- npm test
- npm run coveralls

notifications:
slack:
on_success: change
on_failure: always
rooms:
secure: "qnOCekMUP9XujvgoAFrIzDZyHN/jbxaLWKN4phjGbWvECzwGNE0cFLD3oHTH/YbT\
Rhe1247J4mRg/5Ye/I1UWWyvqt3VzIDokd3U0qwA0vNoM6B68YJt0BLHl99Kgm8L\
GUBQ6/QgFtwb7ANEBKaSknVxE1gv0NeiQEeTMobRTF6VaCdEnvU0uTirAODkF/CW\
aKE8UTGrwqJJXLcKK1WKf8gwHOS5duFFQa8j8BrYfk739eGfW3oO29elHVlpdLJq\
FrAThKLQlaJYXRAPtgLdrdYYldMUuT3W2gwPW5G7XTKr74+OD57JASvLVrkkyocs\
8P6kAdto7ol9Ypg3NUUXIH/MSyQ5XOi9lArEktbQwHK9v8obF1JsFCne3sOEVOLr\
okczXPZw37o0qz16PqbcQw09tQicwnwVStGcJRegyAZlUFxk3CRvAbPE/Hqoy66m\
CMp8GxZLNtMliR/KMjJWSAHrAFTl+ehGV1XhLMxi6Qx8/jNFxSza+G+qLmFhhHBi\
M0qnP+zJ/j2Bkzf5SvNBd1txSqYtm9jgAi0UH4qfcyDtFvc9+BhddmCg9oRhpNZ5\
GmHrBOPcoXOY8J52B5XQpeK+5/KzZ3E6JG/dyTPWXqiDJJVyrQiUTIRJgoXmgnYL\
xtCRizFazqkCB4e3Xhz5PQrLzwvA+pXyhsMtYtQ1heY="
33 changes: 33 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Expand Up @@ -5,6 +5,7 @@
"main": "dist/index.js",
"scripts": {
"build": "rm -fr dist && npm run lint && tsc",
"coveralls": "jest --coverage --coverageReporters text-lcov | coveralls",
"lint": "bash -c 'eslint --fix src/**/*.ts examples/*.js'",
"prepack": "npm run build",
"test": "jest --verbose"
Expand All @@ -29,6 +30,7 @@
"@types/jest": "^24.0.25",
"@typescript-eslint/eslint-plugin": "^2.13.0",
"@typescript-eslint/parser": "^2.13.0",
"coveralls": "^3.0.9",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.9.0",
"eslint-plugin-jest": "^23.2.0",
Expand Down

0 comments on commit 8a2a691

Please sign in to comment.