We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24797d4 commit 9b678a9Copy full SHA for 9b678a9
.travis.yml
@@ -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
@@ -1,5 +1,7 @@
# Hdfs file output plugin for Embulk
+[](https://travis-ci.org/civitaspo/embulk-output-hdfs)
+
A File Output Plugin for Embulk to write HDFS.
## Overview
0 commit comments