Skip to content

Commit 19f1af3

Browse files
author
Jonny Dixon
committed
2 parents 08bbdfe + ef281a4 commit 19f1af3

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
dist: xenial
2+
language: java
3+
jdk: openjdk8
4+
cache:
5+
directories:
6+
- $HOME/.m2
7+
install: mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
8+
script: mvn test -B

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Dremio Sybase ARP Connector
2+
[![Build Status](https://travis-ci.org/dremioJonny/dremio-sybase-connector.svg?branch=master)](https://travis-ci.org/dremioJonny/dremio-sybase-connector)
23

34
The Sybase connector allows Dremio to connect to and query data in Sybase ASE.
45

0 commit comments

Comments
 (0)