This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-pool.git
The following commit(s) were added to refs/heads/master by this push:
new cd9112f Update Travis build with current JDKs.
cd9112f is described below
commit cd9112f433bf9f4bc8829a15fc31d1af06740e4a
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Mar 22 15:35:49 2019 -0400
Update Travis build with current JDKs.
---
.travis.yml | 61 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 30 insertions(+), 31 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 79ffb07..b5f6179 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,32 +1,31 @@
-# 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
-
-jdk:
- - openjdk7
- - openjdk8
- - openjdk11
- - openjdk12
- - oraclejdk8
- - oraclejdk9
- - oraclejdk11
-
-script:
- - mvn
-
-after_success:
+# 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
+
+jdk:
+ - openjdk7
+ - openjdk8
+ - openjdk11
+ - openjdk12
+ - oraclejdk8
+ - oraclejdk11
+
+script:
+ - mvn
+
+after_success:
- mvn clean cobertura:cobertura coveralls:report -Ptravis-cobertura
\ No newline at end of file