We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7a4f8d9 + 67cc92e commit 22f00b1Copy full SHA for 22f00b1
2 files changed
normativeTypesJava/.travis.yml
@@ -0,0 +1,10 @@
1
+sudo: required
2
+language: java
3
+jdk: oraclejdk8
4
+
5
+script:
6
+ - mvn clean verify
7
8
+after_failure:
9
+ - find ./ -type d -name "surefire-reports" -print0 | xargs -0 -I {} find {} -iname "*.txt" -type f | xargs cat
10
+ - find . -type f -name "*.log" -print0 -exec cat {} \;
normativeTypesJava/README.md
@@ -1,4 +1,4 @@
-normativeTypesJava
+normativeTypesJava [](https://travis-ci.org/epics-base/normativeTypesJava)
==================
normativeTypesJava is a Java module containing helper classes which implement
0 commit comments