From f5184a719d30301c4ccc302630d98582f2961663 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Mon, 19 May 2014 15:19:02 +0200 Subject: [PATCH] DATACMNS-508 - Improvements to Travis setup. Removed Querydsl build step until [0] gets fixed. Skip the install phase to reduce build times. [0] https://github.com/querydsl/querydsl/issues/763 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 89d93b626..99ff69ec1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,5 +9,5 @@ env: - PROFILE=spring4 - PROFILE=spring32-next - PROFILE=spring4-next - - PROFILE=querydsl-next +install: true script: "mvn clean dependency:list test -P${PROFILE} -Dsort" \ No newline at end of file