You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2016/04/07 20:31:38 UTC

[2/6] accumulo git commit: ACCUMULO-4182 Update travis-ci configuration

ACCUMULO-4182 Update travis-ci configuration

* Support 1.6 branch builds
* Try building with multiple JDKs


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

Branch: refs/heads/1.7
Commit: cf47ce2fdd0460ad44c821fd3dce276847226de1
Parents: b8084af
Author: Christopher Tubbs <ct...@apache.org>
Authored: Thu Apr 7 14:27:53 2016 -0400
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Thu Apr 7 14:27:53 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/accumulo/blob/cf47ce2f/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..e4626ce
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,21 @@
+#  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:
+  - openjdk6
+  - openjdk7
+  - oraclejdk7
+  - oraclejdk8
+script: mvn clean verify -DskipITs