mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-18 21:25:52 +00:00
15 lines
244 B
YAML
15 lines
244 B
YAML
language: java
|
|
|
|
jdk:
|
|
- oraclejdk8
|
|
|
|
before_install:
|
|
- "export DISPLAY=:99.0"
|
|
- "sh -e /etc/init.d/xvfb start"
|
|
|
|
after_success:
|
|
- mvn clean test jacoco:report coveralls:report
|
|
|
|
# Migration to container-based infrastructure
|
|
sudo: false
|