Skip to content
This repository was archived by the owner on May 28, 2021. It is now read-only.

Commit d9701a7

Browse files
committed
Add Continious Integration via Travis CI
1 parent e8c31e2 commit d9701a7

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
language: node_js
2+
3+
node_js:
4+
- "8"
5+
6+
install:
7+
- npm install
8+
9+
script:
10+
- npm run lint
11+
- npm run build

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.7.3.
44

5+
## Build via Travis CI
6+
7+
Build status: ![Build Status](https://travis-ci.com/MaxShoshin/DotNetRuWebUI.svg?branch=master)
8+
59
## Development server
610

711
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.

0 commit comments

Comments
 (0)