From 4590d1873ee3b49bfe1162dbd0bbfb3a5f784f65 Mon Sep 17 00:00:00 2001 From: Robert Hajek Date: Thu, 4 Oct 2018 16:46:14 +0200 Subject: [PATCH] - added automated SNAPSHOT publishing to Maven Central repository --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 1ca2e344c..db5637db7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,10 @@ sudo: required services: - docker +before_install: + - sudo apt-get update -qq + - sudo apt-get install -qq libxml2-utils + # We test against all influxdb versions with the most actual JDK. # Test only the most recent influxdb version with JDK8 which will be legacy soon. env: