Skip to content

Commit 9b678a9

Browse files
committed
Add travis
1 parent 24797d4 commit 9b678a9

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
language: java
2+
jdk:
3+
- openjdk7
4+
- oraclejdk7
5+
- oraclejdk8
6+
script:
7+
- ./gradlew test
8+
after_success:
9+
- ./gradlew jacocoTestReport coveralls

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Hdfs file output plugin for Embulk
22

3+
[![Build Status](https://travis-ci.org/civitaspo/embulk-output-hdfs.svg)](https://travis-ci.org/civitaspo/embulk-output-hdfs)
4+
35
A File Output Plugin for Embulk to write HDFS.
46

57
## Overview

0 commit comments

Comments
 (0)