Skip to content

Commit 6d06940

Browse files
authored
Merge pull request #147 from viartemev/add-build-step-for-all-subprojects
Add build step for all subprojects
2 parents 8159742 + 0bb2dae commit 6d06940

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ before_script:
66
- chmod +x gradlew
77
script:
88
- "./gradlew build jacocoTestReport"
9+
- "./gradlew benchmarks:build "
10+
- "./gradlew the-white-rabbit-example:build "
11+
- "./gradlew the-white-rabbit-ktor-example:build "
12+
- "./gradlew the-white-rabbit-spring-boot-example:build "
13+
- "./gradlew the-white-rabbit-spring-boot-example:build "
14+
915
after_success:
1016
- bash <(curl -s https://codecov.io/bash)
1117
before_cache:

0 commit comments

Comments
 (0)