File tree Expand file tree Collapse file tree 1 file changed +12
-9
lines changed Expand file tree Collapse file tree 1 file changed +12
-9
lines changed Original file line number Diff line number Diff line change 11sudo : false
22language : node_js
33node_js :
4- - " 14 "
4+ - ' 14 '
55cache :
66 directories :
77 - node_modules
@@ -10,17 +10,20 @@ notifications:
1010 channels :
1111 - chat.freenode.net#jquery-dev
1212 template :
13- - ! '%{repository}#%{build_number} (%{branch} - %{commit} %{author}): %{message}
14- - %{build_url}'
15- before_install :
16- - true && `base64 --decode <<< ZXhwb3J0IEJST1dTRVJTVEFDS19VU0VSTkFNRT1qcXVlcnljb2xvcjE=`
17- - true && `base64 --decode <<< ZXhwb3J0IEJST1dTRVJTVEFDS19LRVk9RllGR3Z1WWdyWHF6OHlrN1JXUWU=`
13+ - " %{repository}#%{build_number} (%{branch} - %{commit} %{author}): %{message}
14+ - %{build_url}"
1815env :
16+ matrix :
1917 - NPM_SCRIPT=ci
18+ global :
19+ # BROWSER_STACK_USERNAME
20+ - secure : epX4ZrtNIdYQP1XDX0+9q/tuVbqwDkWSaFEeVMYu5mDr2ww9pJSIVdQtmcvAx9S9iNLBe6omonsaana6pCOfTtSM2VcbhUFop9/sQliDtOT50l7OMLxuq7/ObawmAQcMc5HT8fRgdBzcRHLw01h3DufUZYDnnYmVqhjEull/paY=
21+ # BROWSER_STACK_ACCESS_KEY
22+ - secure : JvFcXKk35GoaM4GmzxHQrT3/GAuReXtz32CCEfHqY6rjpdjuAl/ZCtlgRCKn7n0CW9U5q1jD4vHdKkPvdgNyE7KaiGWxbldztytOiz6kFT8TOaajLsjhvkyLB7Oav6ENxBytQpweW1ZTzDndob0rKN4H9SF/xvPV4j6n0pMT7TM=
2023matrix :
2124 fast_finish : true
2225 include :
23- - node_js : " 14 "
24- env : NPM_SCRIPT=browserstack
26+ - node_js : ' 14 '
27+ env : NPM_SCRIPT=browserstack
2528script :
26- - npm run-script $NPM_SCRIPT
29+ - npm run-script $NPM_SCRIPT
You can’t perform that action at this time.
0 commit comments