chore: remove greenkeeper (#1756)
This commit is contained in:
parent
a78c7c6992
commit
2f602e5a58
|
@ -41,17 +41,13 @@ addons:
|
||||||
- redis-tools
|
- redis-tools
|
||||||
- zlib1g-dev
|
- zlib1g-dev
|
||||||
before_install:
|
before_install:
|
||||||
- npm install -g greenkeeper-lockfile@1
|
|
||||||
- psql -d template1 -U postgres -c "CREATE USER pinafore WITH PASSWORD 'pinafore' CREATEDB;"
|
- psql -d template1 -U postgres -c "CREATE USER pinafore WITH PASSWORD 'pinafore' CREATEDB;"
|
||||||
- curl -o- -L https://yarnpkg.com/install.sh | bash -s
|
- curl -o- -L https://yarnpkg.com/install.sh | bash -s
|
||||||
- export PATH="$HOME/.yarn/bin:$PATH"
|
- export PATH="$HOME/.yarn/bin:$PATH"
|
||||||
- ./bin/setup-mastodon-in-travis.sh
|
- ./bin/setup-mastodon-in-travis.sh
|
||||||
install: yarn # don't allow yarn --pure-lockfile because Greenkeeper needs to update
|
|
||||||
before_script:
|
before_script:
|
||||||
- yarn run lint
|
- yarn run lint
|
||||||
- greenkeeper-lockfile-update
|
|
||||||
after_script:
|
after_script:
|
||||||
- greenkeeper-lockfile-upload
|
|
||||||
- rm -f /home/travis/.rvm/gems/ruby-*/bin/posix-spawn-benchmark # file seems generated every time, breaks travis cache
|
- 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
|
script: travis_retry yarn run $COMMAND
|
||||||
env:
|
env:
|
||||||
|
@ -71,7 +67,6 @@ matrix:
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
- /^greenkeeper/.*$/
|
|
||||||
cache:
|
cache:
|
||||||
yarn: true
|
yarn: true
|
||||||
bundler: true
|
bundler: true
|
||||||
|
|
|
@ -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.
|
An alternative web client for [Mastodon](https://joinmastodon.org), focused on speed and simplicity.
|
||||||
|
|
||||||
|
|
|
@ -174,12 +174,6 @@
|
||||||
"mode": "auto",
|
"mode": "auto",
|
||||||
"cjs": "vars"
|
"cjs": "vars"
|
||||||
},
|
},
|
||||||
"greenkeeper": {
|
|
||||||
"ignore": [
|
|
||||||
"sapper",
|
|
||||||
"svelte"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/nolanlawson/pinafore.git"
|
"url": "git+https://github.com/nolanlawson/pinafore.git"
|
||||||
|
|
Loading…
Reference in a new issue