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 295B

1234567891011121314151617
  1. language: java
  2. jdk:
  3. - oraclejdk8
  4. before_install: "mvn clean install -DskipTests=true -B -V -Pci-build"
  5. script: "mvn clean install -B -V -Pit-js -Pci-build"
  6. cache:
  7. directories:
  8. - $HOME/.m2
  9. branches:
  10. except:
  11. - gh-pages
  12. notifications:
  13. email:
  14. - olamy@apache.org