We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 592819e commit 64f1213Copy full SHA for 64f1213
.travis.yml
@@ -9,4 +9,4 @@ before_install:
9
- chmod +x pom.xml
10
11
script:
12
- - mvn clean install
+ - mvn -DsomeModule.test.includes="**/UpStreamEventHandlerTest.java, **/TestExtractionHandler.java, **/ObjectHandlerTest.java, **/SubscriptionServiceTest.java" test
0 commit comments