aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormitermayer <mreis@atlassian.com>2021-02-08 10:08:19 +1100
committermitermayer <mreis@atlassian.com>2021-02-08 10:08:19 +1100
commitd55fa4e5571d2058e7da67dc430ed142d23ee7c9 (patch)
tree855b32687ca1de8d017bfd833967a779baaf7462
parent560ab601d1b7bf58a0bb637451dc2e8c55b4b1ed (diff)
downloadvim-prettier-d55fa4e5571d2058e7da67dc430ed142d23ee7c9.tar.xz
Removing travis
- travis build is no longer the main build used by the prettier org, will need to migrate to something else
-rw-r--r--.travis.yml17
-rw-r--r--README.md2
2 files changed, 1 insertions, 18 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 1d81801..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,17 +0,0 @@
----
-language: python
-
-cache:
- yarn: true
- directories:
- - node_modules
-
-services:
- - docker
-
-before_install:
- - docker pull mitermayer/vim-test-bed
- - yarn install
-
-script:
- - make lint test
diff --git a/README.md b/README.md
index a826088..5bc58b9 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-## vim-prettier [![Travis CI Build Status](https://travis-ci.org/prettier/vim-prettier.svg?branch=master)](https://travis-ci.org/prettier/vim-prettier) [![Discord](https://img.shields.io/discord/435481502113857536.svg)](https://discord.gg/9bWM9PH)
+## vim-prettier
A vim plugin wrapper for prettier, pre-configured with custom default prettier
settings.