You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2017/10/24 21:33:37 UTC

commons-pool git commit: Enable Travis -> Coveralls code coverage.

Repository: commons-pool
Updated Branches:
  refs/heads/master 8cf732067 -> d0d22ffc9


Enable Travis -> Coveralls code coverage.

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

Branch: refs/heads/master
Commit: d0d22ffc9b26738be3d3d5748e04a2f4cebd8961
Parents: 8cf7320
Author: Gary Gregory <gg...@apache.org>
Authored: Tue Oct 24 15:33:35 2017 -0600
Committer: Gary Gregory <gg...@apache.org>
Committed: Tue Oct 24 15:33:35 2017 -0600

----------------------------------------------------------------------
 .travis.yml | 55 ++++++++++++++++++++++++++++---------------------------
 1 file changed, 28 insertions(+), 27 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-pool/blob/d0d22ffc/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 41a3c86..0495541 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,27 +1,28 @@
-# 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
-sudo: false
-
-dist: precise
-
-jdk:
-  - openjdk6
-  - openjdk7
-  - oraclejdk8
-
-after_success:
-  - mvn clean cobertura:cobertura coveralls:report
+# 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
+sudo: false
+
+dist: precise
+
+jdk:
+  - openjdk6
+  - openjdk7
+  - oraclejdk8
+
+after_success:
+  - mvn clean cobertura:cobertura coveralls:report -Ptravis-cobertura
+  
\ No newline at end of file