File tree Expand file tree Collapse file tree 4 files changed +5
-20
lines changed Expand file tree Collapse file tree 4 files changed +5
-20
lines changed Original file line number Diff line number Diff line change 17
17
SAUCE_CONNECT_DOWNLOAD_ON_INSTALL : true
18
18
- name : Add host
19
19
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 }}
25
20
- name : Test
26
21
run : npm run test-browsers
27
22
env :
28
23
SAUCE_USERNAME : ${{ secrets.SAUCE_USERNAME }}
29
24
SAUCE_ACCESS_KEY : ${{ secrets.SAUCE_ACCESS_KEY }}
30
- DEBUG : airtap*
31
- DEBUG_COLORS : true
Original file line number Diff line number Diff line change 6
6
.airtap.yml
7
7
.airtaprc
8
8
.babelrc
9
- .travis.yml
10
9
.nyc_output
11
10
.github
12
11
coverage
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# readable-stream
2
2
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***
8
4
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 )
9
9
10
10
[ ![ Sauce Test Status] ( https://saucelabs.com/browser-matrix/readabe-stream.svg )] ( https://saucelabs.com/u/readabe-stream )
11
11
You can’t perform that action at this time.
0 commit comments