From ad4276576533d75e61b4cc9389343e7ddf632406 Mon Sep 17 00:00:00 2001 From: jneira Date: Tue, 3 Aug 2021 13:23:33 +0200 Subject: [PATCH] Cleanup after 1.5.0 release --- .travis.yml | 63 ---------------------------------------------------- Changelog.md | 5 +++++ 2 files changed, 5 insertions(+), 63 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index b0d0f74e..00000000 --- a/.travis.yml +++ /dev/null @@ -1,63 +0,0 @@ -dist: xenial -language: node_js - -node_js: - - 10 - -cache: - directories: - - 'node_modules' - -os: - - osx - - linux - -# This is needed to enable testing VS Code on Travis, as per -# https://code.visualstudio.com/docs/extensions/testing-extensions#_running-tests-automatically-on-travis-ci-build-machines -before_install: - - | - if [ $TRAVIS_OS_NAME == "linux" ]; then - export DISPLAY=':99.0' - /usr/bin/Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 & - sudo apt-get update - sudo apt-get -y install libsecret-1-dev - fi -install: - - npm ci - - npm run vscode:prepublish - -before_deploy: - - npm install -g ovsx - - npm install -g vsce - - vsce package - -# Deploy the extension to the Marketplace and GitHub releases (only on tags). -# Note that this only deploys from the master branch, but will still allow -# testing on PRs etc. -# -# To setup the deploys: -# 1) Insert an encrypted GitHub OAuth API key with `travis setup releases` -# 2) Go to the travis page for the project at, https://travis-ci.org// -# a) Under `More Options` go into `Settings` -# b) Set a environment variable `VS_TOKEN` with the value of your VS Code personal token -# c) Make sure `Display value in build log` is turned OFF! -deploy: - - provider: script # Deploy to VS Code Market Place (only on tags!). - script: vsce publish -p $VS_CODE - skip_cleanup: true - on: # Publish on all builds on master branch. - repo: haskell/vscode-haskell - branch: master - tags: true - condition: $TRAVIS_OS_NAME = linux - - provider: script # Deploy to VS Code Market Place (only on tags!). - script: ovsx publish -p $OPEN_VSX_ACCESS_TOKEN - skip_cleanup: true - on: # Publish on all builds on master branch. - repo: haskell/vscode-haskell - branch: master - tags: true - condition: $TRAVIS_OS_NAME = linux - -notifications: - email: false diff --git a/Changelog.md b/Changelog.md index 1f569763..63a6271f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,8 +1,13 @@ +### Next release + +- Add tracking of cabal files to work together with the incoming cabal formatter plugin + ### 1.5.0 - Emit warning about limited support for ghc-9.x on hls executable download - Fix `working out project ghc` progress notificacion - Fix tactics config, thanks to @isovector +- Update server config to match haskell-language-server-1.3.0 one ### 1.4.0