Browse Source

Trying to fix travis build

pull/61/head
Martin Stockhammer 3 years ago
parent
commit
39ead21c49
1 changed files with 5 additions and 1 deletions
  1. 5
    1
      .travis.yml

+ 5
- 1
.travis.yml View File

@@ -3,10 +3,14 @@ dist: xenial
jdk:
- openjdk8

before_install: "mvn clean install -DskipTests=true -B -V -Pci-build"
install: "mvn clean install -DskipTests=true -B -V -Pci-build"

script: "mvn clean install -B -V -Pit-js -Pci-build"

cache:
directories:
- $HOME/.m2

branches:
except:
- gh-pages

Loading…
Cancel
Save