Skip to content

Commit

Permalink
Merge branch 'master' into task-perf
Browse files Browse the repository at this point in the history
  • Loading branch information
mgechev authored Oct 9, 2016
2 parents 65945b8 + 71d7018 commit e9baeb9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ before_script:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then nohup bash -c "webdriver-manager start 2>&1 &"; fi # Protractor CI

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

branches:
only: master
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Introduction

[![Angular Style Guide](https://mgechev.github.io/angular2-style-guide/images/badge.svg)](https://angular.io/styleguide)
[![Build Status](https://travis-ci.org/mgechev/angular2-seed.svg?branch=master)](https://travis-ci.org/mgechev/angular2-seed)
[![Build Status](https://travis-ci.org/mgechev/angular-seed.svg?branch=master)](https://travis-ci.org/mgechev/angular2-seed)
[![Build Status](https://ci.appveyor.com/api/projects/status/github/mgechev/angular2-seed?svg=true)](https://ci.appveyor.com/project/mgechev/angular2-seed)
[![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)
[![MIT license](http://img.shields.io/badge/license-MIT-brightgreen.svg)](http://opensource.org/licenses/MIT)
Expand Down Expand Up @@ -291,6 +291,7 @@ Forks of this project demonstrate how to extend and integrate with other librari
│   │   ├── project.config.ts <- configuration of the specific project
│   │   ├── seed.config.interfaces.ts
│   │   └── seed.config.ts <- generic configuration of the seed project
│   │   └── seed.tslint.json <- generic tslint configuration of the seed project
│   ├── config.ts <- exported configuration (merge both seed.config and project.config, project.config overrides seed.config)
│   ├── debug.ts
│   ├── env <- environment configuration
Expand Down
1 change: 0 additions & 1 deletion tslint.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"extends": "./tools/config/seed.tslint.json",
"rules": {
//overwrite rules defined in seed.tslint.json here or add additional rules
}
}

0 comments on commit e9baeb9

Please sign in to comment.