Skip to content

Commit 22f00b1

Browse files
authored
Merge pull request #2 from epics-base/travis-CI
Create .travis.yml
2 parents 7a4f8d9 + 67cc92e commit 22f00b1

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

normativeTypesJava/.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
normativeTypesJava
1+
normativeTypesJava [![Build Status](https://travis-ci.org/epics-base/normativeTypesJava.svg?branch=master)](https://travis-ci.org/epics-base/normativeTypesJava)
22
==================
33

44
normativeTypesJava is a Java module containing helper classes which implement

0 commit comments

Comments
 (0)