X-Git-Url: http://git.lukelau.me/?a=blobdiff_plain;f=.travis.yml;h=bc6ab36d6e94ddb587d33e2094efa718af6bb1f9;hb=a910d74e3d186220c1bbf56f5236ce6e171b259c;hp=fcf2b2ad7925050887d97a924e00fa8853815a5c;hpb=2fd047f9a3088ebce9a6496bd7d18b9c5dab8c2f;p=lsp-test.git diff --git a/.travis.yml b/.travis.yml index fcf2b2a..bc6ab36 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 nodejs; 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 @@ -40,7 +41,6 @@ before_install: - git submodule init - git submodule sync - git submodule update --init - - stack setup --silent # prevent windows logging vommit - stack --no-terminal --skip-ghc-check -j2 install - stack exec hoogle generate - cd $TRAVIS_BUILD_DIR