This repository has been archived by the owner on Nov 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Tejas Kumar
committed
Aug 8, 2018
1 parent
6f1b79c
commit 286902e
Showing
2 changed files
with
19 additions
and
1 deletion.
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# This file tells Travis what's up | ||
language: node_js | ||
node_js: | ||
- stable | ||
|
||
notifications: | ||
email: false | ||
|
||
# This allows tests to run more efficiently without leaking memory | ||
# More info: https://facebook.github.io/jest/docs/en/troubleshooting.html#tests-are-extremely-slow-on-docker-and-or-continuous-integration-ci-server | ||
env: | ||
- JEST_MAX_WORKERS: 4 | ||
|
||
# When Travis gets notified of a new build, do this | ||
script: | ||
- yarn ci |
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