Skip to content

Commit 8c80d24

Browse files
committed
test: Stop running raven-js saucelabs tests in favour of @sentry/browser
1 parent be80592 commit 8c80d24

File tree

3 files changed

+10
-15
lines changed

3 files changed

+10
-15
lines changed

.travis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,6 @@ matrix:
4545
chrome: stable
4646
firefox: latest
4747
script: scripts/raven-js.sh
48-
- name: 'raven-js - saucelabs tests'
49-
node_js: '8'
50-
addons:
51-
sauce_connect: true
52-
script: scripts/raven-js-saucelabs.sh
5348
- name: 'raven-node [node v4]'
5449
node_js: '4'
5550
script: scripts/raven-node.sh

packages/browser/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,14 @@
77

88
# Official Sentry SDK for Browsers
99

10+
[![Sauce Test Status](https://saucelabs.com/buildstatus/sentryio)](https://saucelabs.com/u/sentryio)
1011
[![npm version](https://img.shields.io/npm/v/@sentry/browser.svg)](https://www.npmjs.com/package/@sentry/browser)
1112
[![npm dm](https://img.shields.io/npm/dm/@sentry/browser.svg)](https://www.npmjs.com/package/@sentry/browser)
1213
[![npm dt](https://img.shields.io/npm/dt/@sentry/browser.svg)](https://www.npmjs.com/package/@sentry/browser)
1314
[![typedoc](https://img.shields.io/badge/docs-typedoc-blue.svg)](http://getsentry.github.io/sentry-javascript/)
1415

16+
[![Sauce Test Status](https://saucelabs.com/browser-matrix/sentryio.svg)](https://saucelabs.com/u/sentryio)
17+
1518
## Links
1619

1720
- [Official SDK Docs](https://docs.sentry.io/quickstart/)

packages/raven-js/README.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,32 +6,29 @@
66
<h1>Raven.js - Sentry SDK for JavaScript</h1>
77
</p>
88

9-
[![Sauce Test Status](https://saucelabs.com/buildstatus/sentryio)](https://saucelabs.com/u/sentryio)
109
[![Build Status](https://travis-ci.org/getsentry/raven-js.svg?branch=master)](https://travis-ci.org/getsentry/raven-js)
1110
[![npm](https://img.shields.io/npm/v/raven-js.svg)](https://www.npmjs.com/package/raven-js)
1211
[![npm](https://img.shields.io/npm/dm/raven-js.svg)](https://www.npmjs.com/package/raven-js)
1312

1413
# Raven.js
1514

16-
[![Sauce Test Status](https://saucelabs.com/browser-matrix/sentryio.svg)](https://saucelabs.com/u/sentryio)
17-
1815
## Requirements
1916

2017
The latest version of Raven.js is guaranteed to work with [hosted Sentry](https://sentry.io).
2118

2219
For on-premise users:
2320

24-
* Raven.js [3.6](https://github.com/getsentry/raven-js/releases/tag/3.6.0) requires Sentry server 8.6.0 or later
25-
* Raven.js [2.0](https://github.com/getsentry/raven-js/releases/tag/2.0.0) requires Sentry server 8.0.0 or later
21+
- Raven.js [3.6](https://github.com/getsentry/raven-js/releases/tag/3.6.0) requires Sentry server 8.6.0 or later
22+
- Raven.js [2.0](https://github.com/getsentry/raven-js/releases/tag/2.0.0) requires Sentry server 8.0.0 or later
2623

2724
## Installation
2825

2926
To get started with Raven.js, please see [Installation](https://docs.sentry.io/clients/javascript/install/).
3027

3128
## Resources
3229

33-
* [Download](http://ravenjs.com)
34-
* [Documentation](https://docs.sentry.io/hosted/clients/javascript/)
35-
* [Bug Tracker](https://github.com/getsentry/raven-js/issues)
36-
* [IRC](irc://chat.freenode.net/sentry) (chat.freenode.net, #sentry)
37-
* Follow [@getsentry](https://twitter.com/getsentry) on Twitter for updates
30+
- [Download](http://ravenjs.com)
31+
- [Documentation](https://docs.sentry.io/hosted/clients/javascript/)
32+
- [Bug Tracker](https://github.com/getsentry/raven-js/issues)
33+
- [IRC](irc://chat.freenode.net/sentry) (chat.freenode.net, #sentry)
34+
- Follow [@getsentry](https://twitter.com/getsentry) on Twitter for updates

0 commit comments

Comments
 (0)