We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 689033f commit bfbbfd0Copy full SHA for bfbbfd0
1 file changed
.travis.yml
@@ -1,2 +1,9 @@
1
language: java
2
-script: mvn test && for module in $(find . -mindepth 2 -name pom.xml -exec dirname '{}' \;); do; cd $module; mvn integration-test; cd ../; done;
+script:
3
+ - mvn test
4
+ - cd raven && mvn integration-test
5
+ - cd raven-legacy && mvn integration-test
6
+ - cd raven-log4j && mvn integration-test
7
+ - cd raven-log4j2 && mvn integration-test
8
+ - cd raven-logback && mvn integration-test
9
+ - cd sentry-stub && mvn integration-test
0 commit comments