chore: remove greenkeeper (#1756)

bump-sapper
Nolan Lawson 2020-05-02 11:37:04 -07:00 zatwierdzone przez GitHub
rodzic a78c7c6992
commit 2f602e5a58
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
3 zmienionych plików z 1 dodań i 12 usunięć

Wyświetl plik

@ -41,17 +41,13 @@ addons:
- redis-tools
- zlib1g-dev
before_install:
- npm install -g greenkeeper-lockfile@1
- psql -d template1 -U postgres -c "CREATE USER pinafore WITH PASSWORD 'pinafore' CREATEDB;"
- curl -o- -L https://yarnpkg.com/install.sh | bash -s
- export PATH="$HOME/.yarn/bin:$PATH"
- ./bin/setup-mastodon-in-travis.sh
install: yarn # don't allow yarn --pure-lockfile because Greenkeeper needs to update
before_script:
- yarn run lint
- greenkeeper-lockfile-update
after_script:
- greenkeeper-lockfile-upload
- rm -f /home/travis/.rvm/gems/ruby-*/bin/posix-spawn-benchmark # file seems generated every time, breaks travis cache
script: travis_retry yarn run $COMMAND
env:
@ -71,7 +67,6 @@ matrix:
branches:
only:
- master
- /^greenkeeper/.*$/
cache:
yarn: true
bundler: true

Wyświetl plik

@ -1,4 +1,4 @@
# Pinafore [![Build Status](https://travis-ci.com/nolanlawson/pinafore.svg?branch=master)](https://travis-ci.com/nolanlawson/pinafore) [![Greenkeeper badge](https://badges.greenkeeper.io/nolanlawson/pinafore.svg)](https://greenkeeper.io/)
# Pinafore [![Build Status](https://travis-ci.com/nolanlawson/pinafore.svg?branch=master)](https://travis-ci.com/nolanlawson/pinafore)
An alternative web client for [Mastodon](https://joinmastodon.org), focused on speed and simplicity.

Wyświetl plik

@ -174,12 +174,6 @@
"mode": "auto",
"cjs": "vars"
},
"greenkeeper": {
"ignore": [
"sapper",
"svelte"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/nolanlawson/pinafore.git"