Permalink
Switch branches/tags
Find file
Fetching contributors…
Cannot retrieve contributors at this time
executable file 12 lines (11 sloc) 425 Bytes
# Copyright 2014 VU University Medical Center.
# Licensed under the Apache License version 2.0 (see http://www.apache.org/licenses/LICENSE-2.0.html).
# Travis CI configuration for continuous integration. See https://travis-ci.org/ for more information.
# Author: Ward Blonde (w.blonde@vumc.nl)
language: java
jdk:
- oraclejdk8
- oraclejdk7
- openjdk7
after_success:
- mvn clean test jacoco:report coveralls:jacoco