Skip to content

Commit e9baeb9

Browse files
authored
Merge branch 'master' into task-perf
2 parents 65945b8 + 71d7018 commit e9baeb9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ before_script:
3232
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then nohup bash -c "webdriver-manager start 2>&1 &"; fi # Protractor CI
3333

3434
after_failure:
35-
- cat /home/travis/build/mgechev/angular2-seed/npm-debug.log
35+
- cat /home/travis/build/mgechev/angular-seed/npm-debug.log
3636

3737
branches:
3838
only: master

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Introduction
22

33
[![Angular Style Guide](https://mgechev.github.io/angular2-style-guide/images/badge.svg)](https://angular.io/styleguide)
4-
[![Build Status](https://travis-ci.org/mgechev/angular2-seed.svg?branch=master)](https://travis-ci.org/mgechev/angular2-seed)
4+
[![Build Status](https://travis-ci.org/mgechev/angular-seed.svg?branch=master)](https://travis-ci.org/mgechev/angular2-seed)
55
[![Build Status](https://ci.appveyor.com/api/projects/status/github/mgechev/angular2-seed?svg=true)](https://ci.appveyor.com/project/mgechev/angular2-seed)
66
[![Join the chat at https://gitter.im/mgechev/angular2-seed](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/mgechev/angular2-seed?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
77
[![MIT license](http://img.shields.io/badge/license-MIT-brightgreen.svg)](http://opensource.org/licenses/MIT)
@@ -291,6 +291,7 @@ Forks of this project demonstrate how to extend and integrate with other librari
291291
│   │   ├── project.config.ts <- configuration of the specific project
292292
│   │   ├── seed.config.interfaces.ts
293293
│   │   └── seed.config.ts <- generic configuration of the seed project
294+
│   │   └── seed.tslint.json <- generic tslint configuration of the seed project
294295
│   ├── config.ts <- exported configuration (merge both seed.config and project.config, project.config overrides seed.config)
295296
│   ├── debug.ts
296297
│   ├── env <- environment configuration

tslint.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"extends": "./tools/config/seed.tslint.json",
33
"rules": {
4-
//overwrite rules defined in seed.tslint.json here or add additional rules
54
}
65
}

0 commit comments

Comments
 (0)