mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-15 02:44:47 +01:00
8 lines
126 B
YAML
8 lines
126 B
YAML
|
# Use docker-based build environment (instead of openvz)
|
||
|
sudo: false
|
||
|
|
||
|
language: java
|
||
|
jdk:
|
||
|
- oraclejdk8
|
||
|
script: gradle check
|