-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(package): bump all packages versions
chore(package): update jest to version 21.0.0 chore(package): update @types/jest to version 21.1.0 chore(package): update ts-jest to version 22.0.0 Closes #5 chore(package): update lint-staged to version 6.0.0 Closes #7 chore(package): update jest to version 22.0.3 Closes #8 chore(package): update semantic-release to version 11.0.2
- Loading branch information
1 parent
65bdbbf
commit a71fd65
Showing
3 changed files
with
36 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,14 @@ | ||
language: node_js | ||
cache: | ||
directories: | ||
- node_modules | ||
- ~/.npm | ||
notifications: | ||
email: false | ||
node_js: | ||
- '7' | ||
- '6' | ||
- '4' | ||
before_script: | ||
- npm prune | ||
- '9' | ||
- '8' | ||
after_success: | ||
- npm run semantic-release | ||
- npm run travis-deploy-once "npm run semantic-release" | ||
branches: | ||
except: | ||
- /^v\d+\.\d+\.\d+$/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters