remove Travis

This commit is contained in:
Matthias Kretschmann 2021-01-30 16:35:41 +01:00
parent 20df7ab6b1
commit b07320369f
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 3 additions and 36 deletions

View File

@ -3,10 +3,10 @@ updates:
- package-ecosystem: npm
directory: '/site'
schedule:
interval: daily
interval: weekly
time: '04:00'
- package-ecosystem: npm
directory: '/'
schedule:
interval: weekly
interval: monthly
time: '04:00'

View File

@ -1,33 +0,0 @@
osx_image: xcode11
os: osx
language: node_js
node_js: node
env:
global:
- ELECTRON_CACHE=$HOME/.cache/electron
- ELECTRON_BUILDER_CACHE=$HOME/.cache/electron-builder
cache:
npm: true
directories:
- $HOME/.cache/electron
- $HOME/.cache/electron-builder
- $HOME/.npm/_prebuilds
before_script:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-darwin-amd64 > ./cc-test-reporter
- chmod +x ./cc-test-reporter
- ./cc-test-reporter before-build
script:
- npm test || travis_terminate 1
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
- npm run build
branches:
except:
- "/^v\\d+\\.\\d+\\.\\d+$/"
notifications:
email: false

View File

@ -5,7 +5,7 @@
<strong>🐡 Simple Electron-based desktop app to retrieve and display your total <a href="https://oceanprotocol.com">Ocean Token</a> balances.</strong>
</p>
<p align="center">
<a href="https://travis-ci.com/kremalicious/blowfish"><img src="https://travis-ci.com/kremalicious/blowfish.svg?branch=main" /></a>
<a href="https://github.com/kremalicious/blowfish/actions"><img src="https://github.com/kremalicious/blowfish/workflows/CI/badge.svg" /></a>
<a href="https://codeclimate.com/github/kremalicious/blowfish/maintainability"><img src="https://api.codeclimate.com/v1/badges/beeab7902ee5307fc0a1/maintainability" /></a>
<a href="https://codeclimate.com/github/kremalicious/blowfish/test_coverage"><img src="https://api.codeclimate.com/v1/badges/beeab7902ee5307fc0a1/test_coverage" /></a>
<a href="https://dependabot.com"><img src="https://badgen.net/dependabot/thepracticaldev/dev.to?icon=dependabot" /></a>