Merge branch 'master' into travis-windows
[lsp-test.git] / .travis.yml
index 7db1c5498ce3106e25e19e8595e50f1db7b10a1f..bc6ab36d6e94ddb587d33e2094efa718af6bb1f9 100644 (file)
@@ -7,21 +7,21 @@ os:
 - linux
 - osx
 
+dist: xenial
+
 cache:
   directories:
     - .stack-work
     - $HOME/.stack
     - $HOME/haskell-ide-engine/.stack-work
-    - %APPDATA%\Local\Programs\stack
-    - C:\sr
+    - C:/Users/travis/AppData/Local/Programs/stack
+    - C:/sr
   timeout: 1000
 
 addons:
   apt:
     packages:
-      - haskell-stack
       - npm
-    update: true
   homebrew:
     packages:
       - haskell-stack
@@ -30,7 +30,8 @@ addons:
 before_install:
   - mkdir -p ~/.local/bin
   - export PATH=$HOME/.local/bin:$PATH
-  - if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then choco install haskell-stack; fi
+  - if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then choco install haskell-stack nodejs 7zip; fi
+  - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then curl -sSL https://get.haskellstack.org/ | sh; fi
   - mkdir -p haskell-ide-engine
   - cd $HOME/haskell-ide-engine
   - git init