diff --git a/README.md b/README.md index 7e03f99..b864b12 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,6 @@ CI Service | Status [CircleCI][CircleCI-home] | [![CircleCI][CircleCI-badge]][CircleCI-result] [GitHub Actions][gh-action-home] | [![Test][gh-action-badge]][gh-action-result] [Semaphore][Semaphore-home] | [![Build status][Semaphore-badge]][Semaphore-result] -[wercker][wercker-home] | [![wercker status][wercker-badge]][wercker-result] [AppVeyor-home]: https://ci.appveyor.com/ [AppVeyor-badge]: https://ci.appveyor.com/api/projects/status/hr4us4ogbir0177i/branch/master?svg=true "Build status" @@ -23,6 +22,3 @@ CI Service | Status [Semaphore-home]: https://semaphoreci.com/ [Semaphore-badge]: https://thinca.semaphoreci.com/badges/vim-themis/branches/master.svg "Build status" [Semaphore-result]: https://thinca.semaphoreci.com/projects/vim-themis -[wercker-home]: https://app.wercker.com/ -[wercker-badge]: https://app.wercker.com/status/4c5cb9f41d67922a9bcb858a74ed5409/m/master "wercker status" -[wercker-result]: https://app.wercker.com/project/bykey/4c5cb9f41d67922a9bcb858a74ed5409 diff --git a/wercker.yml b/wercker.yml deleted file mode 100644 index 8b78a22..0000000 --- a/wercker.yml +++ /dev/null @@ -1,13 +0,0 @@ -box: debian -build: - steps: - - script: - name: Install vim - code: |- - apt-get update && apt-get install -y vim - - script: - name: echo vim version - code: |- - vim --version - - thinca/themis: - itself: true