This is an automated email from the ASF dual-hosted git repository.

bhaisaab pushed a commit to branch 4.9
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/4.9 by this push:
     new 4b4c363  Travis: Fix usage of sudo enable Trusty images
     new a97d250  Merge PR #2172 on origin/4.9
4b4c363 is described below

commit 4b4c363ea9f5bbddfe7b16edd902ebf560e7de27
Author: Rohit Yadav <rohit.ya...@shapeblue.com>
AuthorDate: Tue Jul 11 15:46:52 2017 +0530

    Travis: Fix usage of sudo enable Trusty images
    
    Adds group to travis yml file based on:
    https://blog.travis-ci.com/2017-06-19-trusty-updates-2017-Q2
    
    Signed-off-by: Rohit Yadav <rohit.ya...@shapeblue.com>
---
 .travis.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index b8fbf0a..f975c55 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,9 +16,10 @@
 # under the License.
 sudo: required
 dist: trusty
+group: edge
 language: java
 jdk:
-- oraclejdk7
+- openjdk7
 python:
   - "2.7"
 cache:

-- 
To stop receiving notification emails like this one, please contact
['"commits@cloudstack.apache.org" <commits@cloudstack.apache.org>'].

Reply via email to