From cacdbdb8965e58c52f9ff3191f9967348db7c407 Mon Sep 17 00:00:00 2001 From: Madawa Soysa Date: Tue, 23 Jan 2018 17:36:37 +0530 Subject: [PATCH] Adding travis build config 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 --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000..0cbd9fd90 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,8 @@ +language: java +jdk: + - oraclejdk8 +cache: + directories: + - .autoconf + - $HOME/.m2 +script: mvn clean install