diff --git a/.npmignore b/.npmignore index 73aa827..619b248 100644 --- a/.npmignore +++ b/.npmignore @@ -4,6 +4,5 @@ /.eslintignore /.eslintrc.js /.github_changelog_generator -/.travis.yml -/appveyor.yml +/.github/ /yarn.lock diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 588781a..0000000 --- a/.travis.yml +++ /dev/null @@ -1,25 +0,0 @@ -language: node_js - -node_js: - - '10' - - '12' - - '13' - -branches: - only: - - master - # npm version tags - - /^v\d+\.\d+\.\d+/ - -before_deploy: - - npm install -g auto-dist-tag - - auto-dist-tag --write - -deploy: - provider: npm - email: stefan.penner+ember-cli@gmail.com - api_key: - secure: SmaSnFq3tDMUiVoZcYwWM9DkkrdyYEb69oJ3JlKFe0iqvJPF62X2JsRAwTfuMDJ7MoYPdU4sHjFMmq0nUJuoePzgEpJQdb1cqiJrBuXO/PDTj4fA0UzCSU2DMSYilEQxwZIkw4pY/JPmlOm4A2SlHgzwaEhXsnK55KAVPiBtXlaA4+F1M1vHzYc6cAEwDswLzWU4SUHWqAT6hW+/BxaUXqw02VrIpwN8ANfl/7IPVRDc2hBsHR0GaXAT77f6lWlwpNXIJ9oxjBpaNlpOXgyvpBbHzpzFWG0+VgT9qr+O2r8q6ROlBk56cEqCgAAY+JjqWj6RVc8FxQxjKGM6POE59nfM/b20D2sEPADE+3W5Gyoc/z2Is0NTo7xX2XtyN9p0w/HN36T/12iUro0jGf2DaTg/CjIU/GlPkUSs2Serr2Fyl+lp/LuFPQry3QT6H3RNrzu+YuHWF6tcim+nX2uzERz+3c8bUHEAIAy3XNU3mxeZB3UDUF2LN6pQqJOIGRIBogQK1EYNXygCWgf73qzDl1egPMsBTsD8Iya60fvdwWJVw1RyV/tZlp2OjyzOvGriP2nvnGmFxmTMci4dOE1Q11Tg04lgLzIfA4E2kkcvayAG8StN080iDCzo6M+urBBJbT0gFNlGEBl9Cm/uSxOQ+jnDMeI+q2YOeITxmTiQDhs= - on: - tags: true - repo: ember-cli/ember-cli-blueprint-test-helpers diff --git a/README.md b/README.md index c70152a..f92ce11 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,7 @@ ember-cli-blueprint-test-helpers ============================================================================== [![npm version](https://badge.fury.io/js/ember-cli-blueprint-test-helpers.svg)](https://badge.fury.io/js/ember-cli-blueprint-test-helpers) -[![Build Status](https://travis-ci.org/ember-cli/ember-cli-blueprint-test-helpers.svg?branch=master)](https://travis-ci.org/ember-cli/ember-cli-blueprint-test-helpers) -[![Build status](https://ci.appveyor.com/api/projects/status/github/ember-cli/ember-cli-blueprint-test-helpers?svg=true)](https://ci.appveyor.com/project/embercli/ember-cli-blueprint-test-helpers/branch/master) +[![GitHub Actions Build Status](https://github.com/ember-cli/ember-cli-blueprint-test-helpers/workflows/CI/badge.svg)](https://github.com/ember-cli/ember-cli-blueprint-test-helpers/actions/workflows/ci.yml) test helpers for [ember-cli](https://github.com/ember-cli/ember-cli) blueprints