Skip to content

Commit 51a0492

Browse files
committed
travis status use master branch
1 parent ae3569f commit 51a0492

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Angular2 Tutorial
22

3-
[![Build Status][travis-image]][travis-url]
3+
[![Build Status](https://travis-ci.org/springboot-angular2-tutorial/angular2-app.svg?branch=master)](https://travis-ci.org/springboot-angular2-tutorial/angular2-app)
44
[![Coverage Status](https://coveralls.io/repos/github/springboot-angular2-tutorial/angular2-app/badge.svg?branch=master)](https://coveralls.io/github/springboot-angular2-tutorial/angular2-app?branch=master)
55

66
This repository is an example application for angular2 tutorial.

config/karma.conf.js

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ module.exports = function (config) {
1616
},
1717
remapCoverageReporter: {
1818
'text-summary': null,
19-
json: './coverage/coverage.json',
2019
html: './coverage/html',
2120
lcovonly: './coverage/lcov.info',
2221
},

0 commit comments

Comments
 (0)