blob: 950a5edd0d137864f14342ac13799c86afab258e [file] [log] [blame]
sudo: false
env:
global:
# The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
# via the "travis encrypt" command using the project repo's public key
- secure: "gYAzVukFw3ssmQzfovoKTNJnzQbUhF13tksHHhe5dqQWglxdix39wY405nMmzRm/21ZpIq3OFIlI7fnHdZSGkVPS/nPPxbzUkjYUh+zkujYwsqgjZecq9vGaoarnyV9CcI+2D6qUVnArHQ02FKxirtXduGvElZ/eRIa/hBfpgn4="
#addons:
# coverity_scan:
# project:
# name: "myui/hivemall"
# description: "Build submitted via Travis CI"
# notification_email: false
# build_command_prepend: "mvn clean"
# build_command: "mvn -DskipTests=true compile"
# branch_pattern: master
language: java
jdk:
- openjdk7
# - oraclejdk7
- oraclejdk8
# - oraclejdk9
branches:
only:
- master
- develop
before_install:
- mvn validate -Pcompile-xgboost
notifications:
email: false
script:
- ./bin/run_travis_tests.sh
after_success:
- mvn clean cobertura:cobertura coveralls:report