Skip to content

Commit bfbbfd0

Browse files
author
Colin Hebert
committed
Run multiple integration-test processes
1 parent 689033f commit bfbbfd0

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.travis.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
11
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;
2+
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

Comments
 (0)