Add cabal-head source
[lsp-test.git] / .travis.yml
index d4fe4c166438593feb4b687c03058a8f7fd9764c..38010ea88e6ff9bd638868c729706b2b45129698 100644 (file)
@@ -37,11 +37,11 @@ addons:
 before_install:
 - |
   if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
-    choco install cabal -pre
+    choco source add -n mistuke -s https://www.myget.org/F/mistuke/api/v2
+    choco install cabal-head -pre
     choco install ghc nodejs
     /C/ProgramData/chocolatey/bin/RefreshEnv.cmd
     export PATH=/C/ProgramData/chocolatey/lib/ghc/tools/ghc-8.6.5/bin:${PATH}
-    /C/ProgramData/chocolatey/bin/RefreshEnv.cmd
   fi
 # these are taken from the haskell language setup
 - export PATH=/opt/ghc/8.6.5/bin:${PATH}