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

Commit d8cb98c

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

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

.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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@
7070
"copy-webpack-plugin": "~4.5.1",
7171
"uglifyjs-webpack-plugin": "^1.2.4"
7272
}
73-
}
73+
}

0 commit comments

Comments
 (0)