Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 61dd2ce

Browse files
author
socadk
committedMay 12, 2021
.travis.yml
1 parent dca8bec commit 61dd2ce

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
 

‎.travis.yml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
language: java
2+
3+
jdk:
4+
- openjdk11
5+
6+
install: "/bin/true"
7+
8+
jobs:
9+
include:
10+
- script:
11+
- cd dsl-core/
12+
- xvfb-run mvn clean verify -B
13+
- script:
14+
- cd dsl-core/
15+
- xvfb-run ./gradlew clean build
16+
17+
cache:
18+
directories:
19+
- $HOME/.m2

0 commit comments

Comments
 (0)
Please sign in to comment.