Skip to content

Commit 07462e1

Browse files
authored
Cleanup CI (#446)
Remove debug steps from sauce workflow (#443), remove travis, and replace badges in readme.
1 parent 8c73012 commit 07462e1

File tree

4 files changed

+5
-20
lines changed

4 files changed

+5
-20
lines changed

.github/workflows/sauce.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,8 @@ jobs:
1717
SAUCE_CONNECT_DOWNLOAD_ON_INSTALL: true
1818
- name: Add host
1919
run: echo "127.0.0.1 airtap.local" | sudo tee -a /etc/hosts
20-
- name: Verify Sauce Connect
21-
run: ./node_modules/sauce-connect-launcher/sc/sc-4.6.2-linux/bin/sc --doctor || echo Bad
22-
env:
23-
SAUCE_USERNAME: ${{ secrets.SAUCE_USERNAME }}
24-
SAUCE_ACCESS_KEY: ${{ secrets.SAUCE_ACCESS_KEY }}
2520
- name: Test
2621
run: npm run test-browsers
2722
env:
2823
SAUCE_USERNAME: ${{ secrets.SAUCE_USERNAME }}
2924
SAUCE_ACCESS_KEY: ${{ secrets.SAUCE_ACCESS_KEY }}
30-
DEBUG: airtap*
31-
DEBUG_COLORS: true

.npmignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ zlib.js
66
.airtap.yml
77
.airtaprc
88
.babelrc
9-
.travis.yml
109
.nyc_output
1110
.github
1211
coverage

.travis.yml

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

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# readable-stream
22

3-
***Node.js core streams for userland*** [![Build Status](https://travis-ci.com/nodejs/readable-stream.svg?branch=master)](https://travis-ci.com/nodejs/readable-stream)
4-
5-
6-
[![NPM](https://nodei.co/npm/readable-stream.png?downloads=true&downloadRank=true)](https://nodei.co/npm/readable-stream/)
7-
[![NPM](https://nodei.co/npm-dl/readable-stream.png?&months=6&height=3)](https://nodei.co/npm/readable-stream/)
3+
***Node.js core streams for userland***
84

5+
[![npm status](http://img.shields.io/npm/v/readable-stream.svg)](https://www.npmjs.org/package/readable-stream)
6+
[![node](https://img.shields.io/node/v/readable-stream.svg)](https://www.npmjs.org/package/readable-stream)
7+
![Node.js](https://github.com/nodejs/readable-stream/workflows/Node.js/badge.svg?branch=master)
8+
![Sauce Labs](https://github.com/nodejs/readable-stream/workflows/Sauce%20Labs/badge.svg?branch=master)
99

1010
[![Sauce Test Status](https://saucelabs.com/browser-matrix/readabe-stream.svg)](https://saucelabs.com/u/readabe-stream)
1111

0 commit comments

Comments
 (0)