We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9b5535f + d95ced3 commit 6095e97Copy full SHA for 6095e97
1 file changed
.travis.yml
@@ -0,0 +1,14 @@
1
+sudo: required
2
+language: java
3
+jdk: oraclejdk8
4
+
5
+env:
6
+ - EPICS_PVA_ADDR_LIST=127.255.255.255
7
8
+install: true
9
+script:
10
+ - mvn clean verify -B
11
12
+after_failure:
13
+ - find ./ -type d -name "surefire-reports" -print0 | xargs -0 -I {} find {} -iname "*.txt" -type f | xargs cat
14
+ - find . -type f -name "*.log" -print0 -exec cat {} \;
0 commit comments