-
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Angular 10, add tests * Update .travis.yml * Update .travis.yml * Update app.component.spec.ts
- Loading branch information
1 parent
0fb38d9
commit 88cc3b0
Showing
10 changed files
with
1,319 additions
and
1,464 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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- | ||
language: node_js | ||
node_js: | ||
- "10" | ||
|
||
dist: trusty | ||
sudo: false | ||
|
||
addons: | ||
chrome: stable | ||
|
||
cache: | ||
directories: | ||
- ./node_modules | ||
|
||
env: | ||
global: | ||
# See https://git.io/vdao3 for details. | ||
- JOBS=1 | ||
|
||
branches: | ||
only: | ||
- master | ||
# npm version tags | ||
- /^v\d+\.\d+\.\d+/ | ||
|
||
install: | ||
- npm install | ||
|
||
script: | ||
- npm run test -- --no-watch --no-progress --browsers=ChromeHeadless |
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
Oops, something went wrong.