annotate .travis.yml @ 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 dce010b1105c
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1673
8769e44c30b7 start using travis-ci. clean some unused files.
Robert Casties <r0bcas7@gmail.com>
parents:
diff changeset
1 language: java
1674
699244b75ad3 run real tests in travis-ci.
Robert Casties <r0bcas7@gmail.com>
parents: 1673
diff changeset
2 sudo: false
699244b75ad3 run real tests in travis-ci.
Robert Casties <r0bcas7@gmail.com>
parents: 1673
diff changeset
3 # run real tests
699244b75ad3 run real tests in travis-ci.
Robert Casties <r0bcas7@gmail.com>
parents: 1673
diff changeset
4 script: mvn -DskipTests=false test -B