You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nemo.apache.org by ja...@apache.org on 2018/10/27 05:04:36 UTC

[incubator-nemo] branch master updated: [Nemo-240] Fix .travis.yml (#133)

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

jangho pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nemo.git


The following commit(s) were added to refs/heads/master by this push:
     new 503b6de  [Nemo-240] Fix .travis.yml (#133)
503b6de is described below

commit 503b6deacd8ed21c4542384d434fa21da109f774
Author: Taegeon Um <ta...@gmail.com>
AuthorDate: Sat Oct 27 14:04:31 2018 +0900

    [Nemo-240] Fix .travis.yml (#133)
    
    JIRA: [NEMO-240: Fix .travis.yml](https://issues.apache.org/jira/projects/NEMO/issues/NEMO-240)
    
    **Major changes:**
    - set `sudo` to `required` and change the license header
    
    **Minor changes to note:**
    -
    
    **Tests for the changes:**
    -
    
    **Other comments:**
    -
    
    Closes #133
---
 .travis.yml | 25 ++++++++++++++-----------
 1 file changed, 14 insertions(+), 11 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 7fbdee7..b98a183 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,23 +1,26 @@
 #
-# Copyright (C) 2018 Seoul National University
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
 #
 #   http://www.apache.org/licenses/LICENSE-2.0
 #
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
 
 # .travis.yml
 # For maven builds
 language: java
 dist: trusty
-sudo: false
+sudo: required
 install: true
 jdk:
   - oraclejdk8