Skip to content

Commit 454f1c1

Browse files
authored
Don't build on travis (#92)
Add ci script to run tests and publish test coverage
1 parent fc011c9 commit 454f1c1

File tree

3 files changed

+4
-12
lines changed

3 files changed

+4
-12
lines changed

.ci/run-tests.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/usr/bin/env bash
2+
./mvnw clean verify --batch-mode
3+
bash <(curl -s https://codecov.io/bash)

.travis.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Build Status](https://travis-ci.org/elastic/apm-agent-java.svg?branch=master)](https://travis-ci.org/elastic/apm-agent-java)
1+
[![Build Status](https://img.shields.io/jenkins/s/https/apm-ci.elastic.co/job/elastic+apm-agent-java+master.svg)](https://apm-ci.elastic.co/job/elastic+apm-agent-java+master)
22
[![codecov](https://codecov.io/gh/elastic/apm-agent-java/branch/master/graph/badge.svg)](https://codecov.io/gh/elastic/apm-agent-java)
33
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/co.elastic.apm/apm-agent-java/badge.svg)](https://maven-badges.herokuapp.com/maven-central/co.elastic.apm/apm-agent-java)
44

0 commit comments

Comments
 (0)