Skip to content

Commit

Permalink
Build: Drop browserstack-runner setup
Browse files Browse the repository at this point in the history
It's not likely to work in all browsers supported by jQuery Color 2.x and we
test on TestSwarm anyway.
  • Loading branch information
mgol committed May 10, 2020
1 parent b4d07ba commit 5af14cd
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 83 deletions.
8 changes: 0 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,7 @@ notifications:
template:
- ! '%{repository}#%{build_number} (%{branch} - %{commit} %{author}): %{message}
- %{build_url}'
before_install:
- true && `base64 --decode <<< ZXhwb3J0IEJST1dTRVJTVEFDS19VU0VSTkFNRT1qcXVlcnljb2xvcjE=`
- true && `base64 --decode <<< ZXhwb3J0IEJST1dTRVJTVEFDS19LRVk9RllGR3Z1WWdyWHF6OHlrN1JXUWU=`
env:
- NPM_SCRIPT=ci
matrix:
fast_finish: true
include:
- node_js: "14"
env: NPM_SCRIPT=browserstack
script:
- npm run-script $NPM_SCRIPT
27 changes: 0 additions & 27 deletions build/browserstack-current.json

This file was deleted.

33 changes: 0 additions & 33 deletions build/browserstack-legacy.json

This file was deleted.

13 changes: 0 additions & 13 deletions build/run-browserstack.sh

This file was deleted.

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"url": "https://github.com/jquery/jquery-color/blob/master/AUTHORS.txt"
},
"scripts": {
"browserstack": "sh build/run-browserstack.sh",
"ci": "grunt ci",
"test": "grunt ci"
},
Expand Down Expand Up @@ -42,7 +41,6 @@
"jquery": ">=1.11.0"
},
"devDependencies": {
"browserstack-runner": "0.9.1",
"commitplease": "3.2.0",
"eslint-config-jquery": "3.0.0",
"grunt": "1.1.0",
Expand Down

0 comments on commit 5af14cd

Please sign in to comment.