You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.travis.yml 214B

12345678910111213
  1. language: java
  2. dist: xenial
  3. jdk:
  4. - openjdk8
  5. before_install: "mvn clean install -DskipTests=true -B -V -Pci-build"
  6. script: "mvn clean install -B -V -Pit-js -Pci-build"
  7. branches:
  8. except:
  9. - gh-pages