Переглянути джерело

Trying to fix travis build

pull/61/head
Martin Stockhammer 3 роки тому
джерело
коміт
39ead21c49
1 змінених файлів з 5 додано та 1 видалено
  1. 5
    1
      .travis.yml

+ 5
- 1
.travis.yml Переглянути файл

@@ -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

Завантаження…
Відмінити
Зберегти