We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d0aab5 commit ce94f52Copy full SHA for ce94f52
.travis.yml
@@ -8,6 +8,6 @@ jdk:
8
9
script: "mvn clean package"
10
11
-#after_success:
12
-# - bash <(curl -s https://codecov.io/bash)
+after_success:
+ - bash <(curl -s https://codecov.io/bash)
13
README.md
@@ -1,3 +1,7 @@
1
+Git Branch | Build
2
+-----------|-----
3
+master | [](https://travis-ci.org/browserstack/jenkins-plugin)
4
+develop | [](https://travis-ci.org/browserstack/jenkins-plugin)
5
6
# BrowserStack Jenkins Plugin
7
==============================
0 commit comments