File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 1
- language : node
2
- nvm :
3
- - 0.10.33
1
+ language : node_js
2
+ node_js :
3
+ - " 4.3"
4
+ - " 4.0"
5
+ - " 0.12"
6
+ - " 0.10"
4
7
5
8
before_install :
6
9
- true && `base64 --decode <<< ZXhwb3J0IEJST1dTRVJTVEFDS19BQ0NFU1NfS0VZPUh5VmZydXJvb3dYb041eGhLZEs2Cg==`
Original file line number Diff line number Diff line change @@ -9,15 +9,15 @@ function LocalBinary(){
9
9
this . is64bits = process . arch == 'x64' ;
10
10
11
11
if ( this . hostOS . match ( / d a r w i n | m a c o s / i) ) {
12
- this . httpPath = ' https://s3.amazonaws.com/browserStack/browserstack- local/BrowserStackLocal-darwin-x64' ;
12
+ this . httpPath = " https://s3.amazonaws.com/bs-automate-prod/ local/BrowserStackLocal-darwin-x64" ;
13
13
} else if ( this . hostOS . match ( / m s w i n | m s y s | m i n g w | c y g w i n | b c c w i n | w i n c e | e m c / i) ) {
14
14
this . windows = true ;
15
- this . httpPath = ' https://s3.amazonaws.com/browserStack/browserstack- local/BrowserStackLocal.exe' ;
15
+ this . httpPath = " https://s3.amazonaws.com/bs-automate-prod/ local/BrowserStackLocal-win32 .exe" ;
16
16
} else {
17
17
if ( this . is64bits )
18
- this . httpPath = ' https://s3.amazonaws.com/browserStack/browserstack- local/BrowserStackLocal-linux-x64' ;
18
+ this . httpPath = " https://s3.amazonaws.com/bs-automate-prod/ local/BrowserStackLocal-linux-x64" ;
19
19
else
20
- this . httpPath = ' https://s3.amazonaws.com/browserStack/browserstack- local/BrowserStackLocal-linux-ia32' ;
20
+ this . httpPath = " https://s3.amazonaws.com/bs-automate-prod/ local/BrowserStackLocal-linux-ia32" ;
21
21
}
22
22
23
23
this . orderedPaths = [
You can’t perform that action at this time.
0 commit comments