Skip to content

Commit 17bbcfd

Browse files
tolbertamolim7t
authored andcommitted
Enable travis builds
Also disable jenkins commit status updates Since this runs on an internal server the status updates are not useful for community.
1 parent c5e8de6 commit 17bbcfd

3 files changed

Lines changed: 11 additions & 1 deletion

File tree

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
language: java
2+
jdk:
3+
- oraclejdk8
4+
sudo: false
5+
cache:
6+
directories:
7+
- $HOME/.m2

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Datastax Java Driver for Apache Cassandra®
22

3+
[![Build Status](https://travis-ci.org/datastax/java-driver.svg?branch=4.x)](https://travis-ci.org/datastax/java-driver)
4+
35
*If you're reading this on github.com, please note that this is the readme for the development
46
version and that some features described here might not yet have been released. You can find the
57
documentation for latest version through [DataStax Docs] or via the release tags, e.g.
@@ -65,4 +67,4 @@ and/or other countries.
6567

6668
Apache Cassandra, Apache, Tomcat, Lucene, Solr, Hadoop, Spark, TinkerPop, and Cassandra are
6769
trademarks of the [Apache Software Foundation](http://www.apache.org/) or its subsidiaries in
68-
Canada, the United States and/or other countries.
70+
Canada, the United States and/or other countries.

build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ build:
1616
- xunit:
1717
- "**/target/surefire-reports/TEST-*.xml"
1818
- "**/target/failsafe-reports/TEST-*.xml"
19+
disable_commit_status: true

0 commit comments

Comments
 (0)