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.
2 parents 8159742 + 0bb2dae commit 6d06940Copy full SHA for 6d06940
.travis.yml
@@ -6,6 +6,12 @@ before_script:
6
- chmod +x gradlew
7
script:
8
- "./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
14
+
15
after_success:
16
- bash <(curl -s https://codecov.io/bash)
17
before_cache:
0 commit comments