Skip to content

Commit

Permalink
Update Travis build with current JDKs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gary Gregory committed Mar 22, 2019
1 parent 5c2302b commit 998e93b
Showing 1 changed file with 27 additions and 24 deletions.
51 changes: 27 additions & 24 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,25 +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

jdk:
- openjdk7
- oraclejdk8
- oraclejdk9

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:
- oraclejdk8
- oraclejdk11
- openjdk7
- openjdk8
- openjdk11
- openjdk-ea

after_success:
- mvn clean test jacoco:report coveralls:report -Ptravis-jacoco

0 comments on commit 998e93b

Please sign in to comment.