We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8260cdb commit edf9d9dCopy full SHA for edf9d9d
2 files changed
.travis.yml
@@ -1,11 +1,12 @@
1
sudo: false
2
language: scala
3
scala:
4
-- 2.12.8
+ - 2.12.8
5
script:
6
-- sbt ++$TRAVIS_SCALA_VERSION clean coverage test coverageReport
+ - sbt ++$TRAVIS_SCALA_VERSION clean coverage test coverageReport
7
jdk:
8
-- openjdk8
+ - openjdk8
9
+ - openjdk11
10
11
after_success:
-- bash <(curl -s https://codecov.io/bash)
12
+ - bash <(curl -s https://codecov.io/bash)
CHANGELOG.md
@@ -6,6 +6,8 @@ More infos about this file : http://keepachangelog.com/
## [Unreleased] - no_due_date
+- **Add OpenJDK11 in the Travis matrix**
+
## [v1.0.1] - 2019.02.19
13
- **Reduce the quantity of dependencies**
0 commit comments