forked from community/device-mgt-plugins
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-pluginsrevert-dabc3590
parent
ff85460f6a
commit
cacdbdb896
@ -0,0 +1,8 @@
|
|||||||
|
language: java
|
||||||
|
jdk:
|
||||||
|
- oraclejdk8
|
||||||
|
cache:
|
||||||
|
directories:
|
||||||
|
- .autoconf
|
||||||
|
- $HOME/.m2
|
||||||
|
script: mvn clean install
|
Loading…
Reference in new issue