blob: 24ffc83efc1e5cea365fa4fa2c627ef0f1fa5ca6 [file] [log] [blame]
os:
- linux
language: java
jdk:
- oraclejdk8
sudo: required
git:
submodules: false
## ----------------------------------------------------------------------
## Build tools
## ----------------------------------------------------------------------
## ----------------------------------------------------------------------
## Perform build:
## ----------------------------------------------------------------------
script:
- mvn clean install
after_success:
- bash <(curl -s https://codecov.io/bash)
## ----------------------------------------------------------------------
## Notification
## ----------------------------------------------------------------------
notifications:
email:
recipients:
- jiayu2@asu.edu
on_success: none
on_failure: always