Checkout using commit instead a tag
authorjneira <atreyu.bbb@gmail.com>
Fri, 12 Jul 2019 05:48:47 +0000 (07:48 +0200)
committerjneira <atreyu.bbb@gmail.com>
Fri, 12 Jul 2019 05:48:47 +0000 (07:48 +0200)
.travis.yml

index 5e04f2001cfae14927e0e524ec1d2966f23c4fdf..a4e79a6e827c4b243d8bc228e0897465091fa052 100644 (file)
@@ -61,7 +61,8 @@ before_install:
 - git init
 - git remote add origin https://github.com/haskell/haskell-ide-engine.git
 - git pull origin master
-- git checkout 0.11.0.0
+# Release 0.11.0.0
+- git checkout 0c83fe02058b2d1f4dd0d6a22dca53a4b641d38c
 - git submodule update --init
 - cabal v2-update
 - |