Skip to content
This repository was archived by the owner on May 28, 2021. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: node_js

node_js:
- "8"

install:
- npm install

script:
- npm run lint
- npm run build
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## Build via Travis CI

Build status: ![Build Status](https://travis-ci.com/MaxShoshin/DotNetRuWebUI.svg?branch=master)

## Development server

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