[commit: packages/filepath] RyanGlScott-patch-1, master: Update to use curl to fetch the initial script (7f407ea)

git at git.haskell.org git at git.haskell.org
Thu Sep 13 14:50:54 UTC 2018


Repository : ssh://git@git.haskell.org/filepath

On branches: RyanGlScott-patch-1,master
Link       : http://git.haskell.org/packages/filepath.git/commitdiff/7f407ea06140cff86d766499a894a6abc2fdf8b9

>---------------------------------------------------------------

commit 7f407ea06140cff86d766499a894a6abc2fdf8b9
Author: Neil Mitchell <ndmitchell at gmail.com>
Date:   Wed May 10 22:22:09 2017 +0100

    Update to use curl to fetch the initial script


>---------------------------------------------------------------

7f407ea06140cff86d766499a894a6abc2fdf8b9
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index e972be0..a91d3ff 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,4 +9,4 @@ env:
 - GHCVER=head
 
 script:
-- wget https://raw.github.com/ndmitchell/neil/master/travis.sh -O - --quiet | sh
+- curl -sL https://raw.github.com/ndmitchell/neil/master/travis.sh | sh



More information about the ghc-commits mailing list