Shift comment one line to make it not look like a motivational quote
authorLuke Lau <luke_lau@icloud.com>
Mon, 30 Jul 2018 22:24:30 +0000 (23:24 +0100)
committerLuke Lau <luke_lau@icloud.com>
Mon, 30 Jul 2018 22:24:30 +0000 (23:24 +0100)
.travis.yml

index 9409b0f4f7f41e78aef9a439c1669c0c058cb3db..7180006f543fe2e35db4cc49a3f8656859ddcad5 100644 (file)
@@ -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