Skip to content

Commit 5f3c761

Browse files
authored
Merge pull request atom#93 from atom/remove-other-ci-config
Remove other ci configs and update badge
2 parents 2e9c581 + 833f7dd commit 5f3c761

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ jobs:
1414
- ubuntu-latest
1515
- macos-latest
1616
- windows-latest
17-
node_version:
18-
- 10
19-
- 12
20-
- 14
2117
name: Node ${{ matrix.node_version }} on ${{ matrix.os }}
2218

2319
steps:
@@ -34,7 +30,7 @@ jobs:
3430
- name: Setup node
3531
uses: actions/setup-node@v2-beta
3632
with:
37-
node-version: ${{ matrix.node_version }}
33+
node-version: 14
3834

3935
- name: Install dependencies
4036
run: npm install

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
# Superstring
2-
[![macOS Build Status](https://circleci.com/gh/atom/superstring/tree/master.svg?style=shield)](https://circleci.com/gh/atom/superstring)
3-
[![linux Build Status](https://travis-ci.org/atom/superstring.svg?branch=master)](https://travis-ci.org/atom/superstring)
4-
[![Windows Build Status](https://ci.appveyor.com/api/projects/status/n5pack4yk7w80fso/branch/master?svg=true)](https://ci.appveyor.com/project/Atom/superstring/branch/master)
5-
[![Dependency Status](https://david-dm.org/atom/superstring.svg)](https://david-dm.org/atom/superstring)
6-
7-
2+
[![ci](https://github.com/atom/superstring/actions/workflows/ci.yml/badge.svg)](https://github.com/atom/superstring/actions/workflows/ci.yml)
83

94
Native library at the core of Atom's text editor.
105

0 commit comments

Comments
 (0)