Skip to content

Commit ce94f52

Browse files
committed
Enabled code coverage and build status.
1 parent 1d0aab5 commit ce94f52

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ jdk:
88

99
script: "mvn clean package"
1010

11-
#after_success:
12-
# - bash <(curl -s https://codecov.io/bash)
11+
after_success:
12+
- bash <(curl -s https://codecov.io/bash)
1313

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Git Branch | Build
2+
-----------|-----
3+
master | [![Build Status](https://travis-ci.org/browserstack/jenkins-plugin.svg?branch=master)](https://travis-ci.org/browserstack/jenkins-plugin)
4+
develop | [![Build Status](https://travis-ci.org/browserstack/jenkins-plugin.svg?branch=develop)](https://travis-ci.org/browserstack/jenkins-plugin)
15

26
# BrowserStack Jenkins Plugin
37
==============================

0 commit comments

Comments
 (0)