[milter-manager-commit] milter-manager/milter-manager at e847908 [master] travis: Add new line before ipv6 setting in /etc/hosts

Back to archive index

Kenji Okimoto null+****@clear*****
Mon Apr 3 09:47:58 JST 2017


Kenji Okimoto	2017-04-03 09:47:58 +0900 (Mon, 03 Apr 2017)

  New Revision: e847908552dba4eaa91cd98f59524e70f6ad2166
  https://github.com/milter-manager/milter-manager/commit/e847908552dba4eaa91cd98f59524e70f6ad2166

  Message:
    travis: Add new line before ipv6 setting in /etc/hosts

  Modified files:
    .travis.yml

  Modified: .travis.yml (+1 -1)
===================================================================
--- .travis.yml    2017-03-31 17:41:50 +0900 (35c0f3d)
+++ .travis.yml    2017-04-03 09:47:58 +0900 (70dedf6)
@@ -22,7 +22,7 @@ install:
   - sudo apt-get install -y debhelper dh-systemd autotools-dev libglib2.0-dev libev-dev ruby ruby-dev ruby-gnome2-dev intltool cutter-testing-framework lcov
   - gem install coveralls-lcov --version 1.1.0
   - gem install pkg-config
-  - echo "::1 ip6-localhost" | sudo tee --append /etc/hosts
+  - echo -e "\n::1 ip6-localhost" | sudo tee --append /etc/hosts
 before_script:
   - ./autogen.sh
   - ./configure --enable-coverage --with-default-connection-spec="inet:10025@[127.0.0.1]"
-------------- next part --------------
An HTML attachment was scrubbed...
Descargar 



More information about the milter-manager-commit mailing list
Back to archive index