Skip to content

Commit c6cd81d

Browse files
authored
Merge pull request #393 from Windvis/ci-follow-up
CI setup follow-up
2 parents e224224 + ce01431 commit c6cd81d

File tree

3 files changed

+2
-29
lines changed

3 files changed

+2
-29
lines changed

.npmignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@
44
/.eslintignore
55
/.eslintrc.js
66
/.github_changelog_generator
7-
/.travis.yml
8-
/appveyor.yml
7+
/.github/
98
/yarn.lock

.travis.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ ember-cli-blueprint-test-helpers
33
==============================================================================
44

55
[![npm version](https://badge.fury.io/js/ember-cli-blueprint-test-helpers.svg)](https://badge.fury.io/js/ember-cli-blueprint-test-helpers)
6-
[![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)
7-
[![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)
6+
[![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)
87

98
test helpers for [ember-cli](https://github.com/ember-cli/ember-cli) blueprints
109

0 commit comments

Comments
 (0)