Skip to content

Commit cff642e

Browse files
committed
Reduce travis configuration to a verify
1 parent de39798 commit cff642e

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.travis.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,2 @@
11
language: java
2-
script:
3-
- mvn test
4-
- cd raven; mvn integration-test -Pjetty; cd ../
5-
- cd raven-legacy; mvn integration-test -Pjetty; cd ../
6-
- cd raven-log4j; mvn integration-test -Pjetty; cd ../
7-
- cd raven-log4j2; mvn integration-test -Pjetty; cd ../
8-
- cd raven-logback; mvn integration-test -Pjetty; cd ../
9-
- cd sentry-stub; mvn integration-test -Pjetty; cd ../
2+
script: mvn verify

0 commit comments

Comments
 (0)