Skip to content

Commit

Permalink
config(travis-ci): fix setup fail (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
vandbt committed May 18, 2018
1 parent 30097dd commit 959e560
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: nodejs
before_script:
- npm run setup
- npm run build

script:
- npm run test-with-coverage
- npm run build
after_success:
- npm run docs
- npm pack
Expand Down
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.6.8.

## Live Demo

[https://vandbt.github.io/angular-tour-of-heroes-practice/](https://vandbt.github.io/angular-tour-of-heroes-practice/)

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

0 comments on commit 959e560

Please sign in to comment.