Skip to content

Commit edf9d9d

Browse files
committed
Add OpenJDK11 in the Travis matrix
1 parent 8260cdb commit edf9d9d

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

.travis.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
sudo: false
22
language: scala
33
scala:
4-
- 2.12.8
4+
- 2.12.8
55
script:
6-
- sbt ++$TRAVIS_SCALA_VERSION clean coverage test coverageReport
6+
- sbt ++$TRAVIS_SCALA_VERSION clean coverage test coverageReport
77
jdk:
8-
- openjdk8
8+
- openjdk8
9+
- openjdk11
910

1011
after_success:
11-
- bash <(curl -s https://codecov.io/bash)
12+
- bash <(curl -s https://codecov.io/bash)

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ More infos about this file : http://keepachangelog.com/
66

77
## [Unreleased] - no_due_date
88

9+
- **Add OpenJDK11 in the Travis matrix**
10+
911
## [v1.0.1] - 2019.02.19
1012

1113
- **Reduce the quantity of dependencies**

0 commit comments

Comments
 (0)