aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatu Saloranta <tatu.saloranta@iki.fi>2020-07-09 19:00:27 -0700
committerTatu Saloranta <tatu.saloranta@iki.fi>2020-07-09 19:00:27 -0700
commitfc4269d3b7ce712b865bdd85294ae08ab428c371 (patch)
treeb4b6f77b54a1699c9d0be4b37ace99c907c9fb5d
parentbbce6f9d763e5a80ed6ce9f4b5a9aca3b09dd589 (diff)
downloadjackson-core-fc4269d3b7ce712b865bdd85294ae08ab428c371.tar.gz
update travis for 2.11
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 9a362c47..b1d810ac 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,8 +1,8 @@
-language: java
# 08-Dec-2018, tatu: While it should be possible to run core streaming on Java 6,
# build won't work with anything below Java 8 now
+language: java
- openjdk8
- - oraclejdk11
+ - openjdk11
# Below this line is configuration for deploying to the Sonatype OSS repo
# https://knowm.org/configure-travis-ci-to-deploy-snapshots/