From b613d081a9df93cfc4b76e50f6d8258499929963 Mon Sep 17 00:00:00 2001 From: Luke Lau Date: Mon, 30 Jul 2018 23:24:30 +0100 Subject: [PATCH] Shift comment one line to make it not look like a motivational quote --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9409b0f..7180006 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,8 +23,8 @@ before_install: - export PATH=$HOME/.local/bin:$PATH - travis_retry curl -L https://get.haskellstack.org/stable/linux-x86_64.tar.gz | tar xz --wildcards --strip-components=1 -C ~/.local/bin '*/stack' - # It's ok to fail - cd $HOME + # It's ok to fail - git clone https://github.com/haskell/haskell-ide-engine.git --recursive || true - cd haskell-ide-engine - git pull -- 2.30.2