This is an automated email from the ASF dual-hosted git repository. rohit pushed a commit to branch 4.12 in repository https://gitbox.apache.org/repos/asf/cloudstack.git
commit 47f5c656ac4365f4fe47b3c95f7a554b2e6e62f3 Merge: f0d7942 35b9145 Author: Rohit Yadav <[email protected]> AuthorDate: Thu Jul 4 15:32:01 2019 +0530 Merge remote-tracking branch 'origin/4.11' into 4.12 Signed-off-by: Rohit Yadav <[email protected]> .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --cc .travis.yml index 1fd4c4b,69b845b..c37e236 --- a/.travis.yml +++ b/.travis.yml @@@ -15,23 -15,19 +15,23 @@@ # specific language governing permissions and limitations # under the License. sudo: required - dist: trusty + dist: xenial group: edge + language: java jdk: - - oraclejdk8 -- openjdk8 ++ - openjdk8 python: - "2.7" + cache: directories: - - $HOME/.m2 + - $HOME/.m2 timeout: 500 + notifications: email: false + env: global: - PATH=$HOME/.local/bin:$PATH
