diff options
| author | mitermayer <mreis@atlassian.com> | 2021-02-08 10:08:19 +1100 |
|---|---|---|
| committer | mitermayer <mreis@atlassian.com> | 2021-02-08 10:08:19 +1100 |
| commit | d55fa4e5571d2058e7da67dc430ed142d23ee7c9 (patch) | |
| tree | 855b32687ca1de8d017bfd833967a779baaf7462 | |
| parent | 560ab601d1b7bf58a0bb637451dc2e8c55b4b1ed (diff) | |
| download | vim-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.yml | 17 | ||||
| -rw-r--r-- | README.md | 2 |
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 @@ -1,4 +1,4 @@ -## vim-prettier [](https://travis-ci.org/prettier/vim-prettier) [](https://discord.gg/9bWM9PH) +## vim-prettier A vim plugin wrapper for prettier, pre-configured with custom default prettier settings. |
