changeset 1674:699244b75ad3

run real tests in travis-ci.
author Robert Casties <r0bcas7@gmail.com>
date Tue, 05 Dec 2017 19:14:55 +0100
parents 8769e44c30b7
children 1f51277a0357
files .travis.yml
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.travis.yml	Tue Dec 05 18:44:33 2017 +0100
+++ b/.travis.yml	Tue Dec 05 19:14:55 2017 +0100
@@ -1,1 +1,4 @@
 language: java
+sudo: false
+# run real tests
+script: mvn -DskipTests=false test -B