aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorritchie <ritchie@gmx.at>2015-05-09 09:38:28 +0200
committerritchie <ritchie@gmx.at>2015-05-09 09:38:28 +0200
commitb2067792254729ba7267bdba569b609ab38463ea (patch)
tree08d9bc7bbb3d1a14bed187407b1b2af706f63d69 /.travis.yml
parentfb42a3003b5ebb3e0b0aacaac60890d3beb4798c (diff)
downloadnanohttpd-b2067792254729ba7267bdba569b609ab38463ea.tar.gz
try to activate test coverage over travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 8 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index ee64f5c..a24f7f5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,11 @@
language: java
-
jdk:
- oraclejdk7
+
+install:
+ - mvn install -DskipTests=true
+
+script: mvn test
+
+after_success:
+ - mvn clean cobertura:cobertura coveralls:report \ No newline at end of file