Skip to content

Commit 8421172

Browse files
committed
update README. remove saucelabs connect from travis yml
1 parent 1a8edfe commit 8421172

3 files changed

Lines changed: 2 additions & 5 deletions

File tree

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ language: php
22
php:
33
- 5.6
44

5-
addons:
6-
sauce_connect: true
7-
85
before_script:
96
# install hook server
107
- git clone --depth=1 https://github.com/doubleleft/hook.git

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ hook-javascript client
22
===
33

44
![Build status](https://travis-ci.org/doubleleft/hook-javascript.svg?branch=master)
5-
[![Selenium Test Status](https://saucelabs.com/browser-matrix/endel.svg)](https://saucelabs.com/u/grunt-sauce)
5+
[![Selenium Test Status](https://saucelabs.com/browser-matrix/endel.svg)](https://saucelabs.com/u/endel)
66

77
JavaScript client for [hook](https://github.com/doubleleft/hook).
88

grunt/saucelabs-qunit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ all:
55
build: 0
66
testname: hook-javascript client tests
77
browsers:
8-
- browserName: 'firefox',
8+
- browserName: 'firefox'
99
- browserName: 'chrome'
1010
- browserName: 'safari'
1111
- browserName: 'opera'

0 commit comments

Comments
 (0)