From: Luke Lau Date: Mon, 30 Jul 2018 22:24:30 +0000 (+0100) Subject: Shift comment one line to make it not look like a motivational quote X-Git-Url: https://git.lukelau.me/?p=lsp-test.git;a=commitdiff_plain;h=b613d081a9df93cfc4b76e50f6d8258499929963 Shift comment one line to make it not look like a motivational quote --- 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