Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

clean: remove snap support #276

Merged
merged 1 commit into from
Jan 17, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,3 @@ vendor
dist
coverage.txt
antibody
snap.login
9 changes: 1 addition & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,14 @@
language: go
go: '1.11.x'
addons:
apt:
packages:
- snapd
env:
- PATH=/snap/bin:$PATH GO111MODULE=on
- GO111MODULE=on
install:
- make setup
- npm install -g prettier
script: make ci
after_success:
- bash <(curl -s https://codecov.io/bash)
- make static
- test -n "$TRAVIS_TAG" && sudo snap install snapcraft --classic
- test -n "$TRAVIS_TAG" && openssl aes-256-cbc -K $encrypted_8582487a7970_key -iv $encrypted_8582487a7970_iv -in snap.login.enc -out snap.login -d
- test -n "$TRAVIS_TAG" && snapcraft login --with snap.login
deploy:
- provider: pages
skip_cleanup: true
Expand Down
5 changes: 0 additions & 5 deletions goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,3 @@ nfpm:
- deb
dependencies:
- git
snapcraft:
summary: The fastest shell plugin manager.
publish: true
description: |
Antibody is a shell plugin manager made from the ground up thinking about performance.
Binary file removed snap.login.enc
Binary file not shown.
6 changes: 0 additions & 6 deletions www/content/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ You can also use homebrew (on macOS):
brew install getantibody/tap/antibody
```

Or install using [Snapcraft](https://snapcraft.io/antibody):

```sh
snap install antibody
```

Or even using [AUR](https://aur.archlinux.org/packages/antibody/) on Arch Linux.

You can also always download and install manually via tar.gz archives or
Expand Down