mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
This commit adds the .travis.yml file which is the build config for the Travis CI. The build status can be viewed from https://travis-ci.org/wso2/carbon-device-mgt-plugins
9 lines
113 B
YAML
9 lines
113 B
YAML
language: java
|
|
jdk:
|
|
- oraclejdk8
|
|
cache:
|
|
directories:
|
|
- .autoconf
|
|
- $HOME/.m2
|
|
script: mvn clean install
|