diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 39bdba8..9573795 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,6 +20,6 @@ jobs: - name: Publish to Visual Studio Marketplace uses: HaaLeo/publish-vscode-extension@v0 with: - pat: ${{ secrets.VS_MARKETPLACE_TOKEN }} + pat: ${{ secrets.VS_MARKETPLACE_TOKEN }} registryUrl: https://marketplace.visualstudio.com diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 0f47f6f..0000000 --- a/.travis.yml +++ /dev/null @@ -1,20 +0,0 @@ -# https://code.visualstudio.com/docs/extensions/testing-extensions#_running-tests-automatically-on-travis-ci-build-machines - -sudo: false - -os: - - linux - -before_install: - - if [ $TRAVIS_OS_NAME == "linux" ]; then - export CXX="g++-4.9" CC="gcc-4.9" DISPLAY=:99.0; - sh -e /etc/init.d/xvfb start; - sleep 3; - fi - -install: - - npm install - - npm run vscode:prepublish - -script: - - npm test --silent diff --git a/README.md b/README.md index bed86e7..e0c8b14 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # VSCode Extension for Crystal Language -[![Build Status](https://travis-ci.org/crystal-lang-tools/vscode-crystal-lang.svg?branch=master)](https://travis-ci.org/crystal-lang-tools/vscode-crystal-lang) -![Deploy Extension](https://github.com/crystal-lang-tools/vscode-crystal-lang/workflows/Deploy%20Extension/badge.svg) +![Publish Extension](https://github.com/crystal-lang-tools/vscode-crystal-lang/workflows/Publish%20Extension/badge.svg) --- **This is the official version of the plugin for Crystal Language support in VS Code.** **Remove all old version before install this one.** diff --git a/package.json b/package.json index e223dc5..489dba5 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "crystal-lang", "displayName": "Crystal Language", "description": "The Crystal Programming Language", - "version": "0.6.1", + "version": "0.7.1", "publisher": "crystal-lang-tools", "icon": "images/icon.gif", "license": "MIT",