You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by md...@apache.org on 2014/06/30 18:50:28 UTC

git commit: ACCUMULO-2959 - Configuration for building Accumulo in Travis CI

Repository: accumulo
Updated Branches:
  refs/heads/master 1b89892da -> 90dab1013


ACCUMULO-2959 - Configuration for building Accumulo in Travis CI

Signed-off-by: Mike Drob <md...@cloudera.com>


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/90dab101
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/90dab101
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/90dab101

Branch: refs/heads/master
Commit: 90dab10132e13f8d6d29f779ce6907e8495366b4
Parents: 1b89892
Author: Mike Walch <mw...@gmail.com>
Authored: Mon Jun 30 12:36:16 2014 -0400
Committer: Mike Drob <md...@cloudera.com>
Committed: Mon Jun 30 11:50:11 2014 -0500

----------------------------------------------------------------------
 .travis.yml | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/90dab101/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..0448150
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,18 @@
+#  Licensed to the Apache Software Foundation (ASF) under one or more
+#  contributor license agreements.  See the NOTICE file distributed with
+#  this work for additional information regarding copyright ownership.
+#  The ASF licenses this file to You under the Apache License, Version 2.0
+#  (the "License"); you may not use this file except in compliance with
+#  the License.  You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+#  Unless required by applicable law or agreed to in writing, software
+#  distributed under the License is distributed on an "AS IS" BASIS,
+#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#  See the License for the specific language governing permissions and
+#  limitations under the License.
+language: java
+jdk:
+  - oraclejdk7
+script: mvn package -P assemble