We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20ce68d commit 5e0e2fdCopy full SHA for 5e0e2fd
1 file changed
.travis.yml
@@ -5,12 +5,17 @@ install:
5
- "./gradlew build"
6
- "./gradlew generateExternalPatches"
7
8
-
+
9
script:
10
- "./gradlew verify"
11
12
jdk:
13
- oraclejdk8
14
15
notifications:
16
email: false
17
+ irc:
18
+ channels:
19
+ - "irc.comssa.org#OpenRIO-Builds"
20
+ template:
21
+ - "%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message} : (Completed In: %{duration} %{build_url})"
0 commit comments