Archived
0
This repository has been archived on 2024-08-30. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Modules/.travis.yml
2019-01-20 11:50:58 -05:00

9 lines
204 B
YAML

language: java
before_script:
- if find . -name "*.java" | xargs grep "System.out.print"; then echo "Found usage of direct print to console. Failing build."; exit 1; fi;
jdk:
- openjdk8
- oraclejdk8