Github user bhaisaab commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/43#discussion_r21085810 --- Diff: .travis.yml --- @@ -16,27 +16,38 @@ # under the License. language: java + +jdk: + - oraclejdk7 + cache: directories: - - $HOME/.cache -jdk: -- oraclejdk7 -notifications: - email: false + - $HOME/.cache + +sudo: false --- End diff -- @imduffy15 will it work if we set sudo: true ? I'm not sure what benefit this gives, will really get us more RAM/CPU/Network only with syntactic refactoring?
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---