Travis should run also functional tests

This commit is contained in:
Marcin Zajaczkowski
2015-09-03 00:40:19 +02:00
parent b0bc92d3e2
commit 14deedec76

View File

@@ -12,4 +12,4 @@ cache:
- $HOME/.m2
install: ./gradlew assemble
script: ./gradlew check --stacktrace --info --continue
script: ./gradlew check funcTest --stacktrace --info --continue