Repository: flume Updated Branches: refs/heads/trunk 94f1fab85 -> d6a73c8e3
Add .travis.yml ASF infra has enabled Travis for Apache Flume. This change adds .travis.yml, because the option "Build only if .travis.yml is present" is turned on. With this commit, builds will run with -DskipTests. Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/d6a73c8e Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/d6a73c8e Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/d6a73c8e Branch: refs/heads/trunk Commit: d6a73c8e3ea6833de27b04e8e65a9868cac4a509 Parents: 94f1fab Author: Bessenyei Balázs Donát <[email protected]> Authored: Sat Oct 22 21:39:54 2016 +0200 Committer: Bessenyei Balázs Donát <[email protected]> Committed: Sat Oct 22 21:39:54 2016 +0200 ---------------------------------------------------------------------- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/d6a73c8e/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..5a999bd --- /dev/null +++ b/.travis.yml @@ -0,0 +1,2 @@ +language: java +script: mvn clean install -DskipTests
