Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Commit

Permalink
CI configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
tlaukkan committed May 29, 2016
1 parent 9528768 commit 53df40c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
language: java
install: mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
script: mvn test
after_success: mvn clean cobertura:cobertura coveralls:report
after_success: mvn clean cobertura:cobertura coveralls:report
notifications:
email:
- tommi.s.e.laukkanen@gmail.com

0 comments on commit 53df40c

Please sign in to comment.