Skip to content

Commit 5af14cd

Browse files
committed
Build: Drop browserstack-runner setup
It's not likely to work in all browsers supported by jQuery Color 2.x and we test on TestSwarm anyway.
1 parent b4d07ba commit 5af14cd

File tree

5 files changed

+0
-83
lines changed

5 files changed

+0
-83
lines changed

.travis.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,7 @@ notifications:
1212
template:
1313
- ! '%{repository}#%{build_number} (%{branch} - %{commit} %{author}): %{message}
1414
- %{build_url}'
15-
before_install:
16-
- true && `base64 --decode <<< ZXhwb3J0IEJST1dTRVJTVEFDS19VU0VSTkFNRT1qcXVlcnljb2xvcjE=`
17-
- true && `base64 --decode <<< ZXhwb3J0IEJST1dTRVJTVEFDS19LRVk9RllGR3Z1WWdyWHF6OHlrN1JXUWU=`
1815
env:
1916
- NPM_SCRIPT=ci
20-
matrix:
21-
fast_finish: true
22-
include:
23-
- node_js: "14"
24-
env: NPM_SCRIPT=browserstack
2517
script:
2618
- npm run-script $NPM_SCRIPT

build/browserstack-current.json

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

build/browserstack-legacy.json

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

build/run-browserstack.sh

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

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"url": "https://github.com/jquery/jquery-color/blob/master/AUTHORS.txt"
1010
},
1111
"scripts": {
12-
"browserstack": "sh build/run-browserstack.sh",
1312
"ci": "grunt ci",
1413
"test": "grunt ci"
1514
},
@@ -42,7 +41,6 @@
4241
"jquery": ">=1.11.0"
4342
},
4443
"devDependencies": {
45-
"browserstack-runner": "0.9.1",
4644
"commitplease": "3.2.0",
4745
"eslint-config-jquery": "3.0.0",
4846
"grunt": "1.1.0",

0 commit comments

Comments
 (0)