Skip to content
This repository was archived by the owner on May 22, 2024. It is now read-only.

Commit e59f298

Browse files
authored
Merge pull request #1 from graalvm/travis
Initial Travis yaml file.
2 parents c5fc9dd + 858d0bf commit e59f298

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
language: java
2+
3+
jdk: openjdk11
4+
5+
install: true
6+
7+
script: mvn package && mvn exec:exec@graal && mvn exec:exec@nograal

0 commit comments

Comments
 (0)