File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,7 @@ references:
17
17
key : v1-dependencies-{{ checksum "package.json" }}
18
18
19
19
# Start SaltyRTC server
20
- # Commented out, use server.saltyrtc.org for now
21
- # - run: saltyrtc-server-launcher > /saltyrtc/server.pid && sleep 2
20
+ - run : saltyrtc-server-launcher > /saltyrtc/server.pid && sleep 2
22
21
23
22
# Show browser version
24
23
- run : if which firefox >/dev/null; then firefox --version; fi
@@ -34,8 +33,7 @@ references:
34
33
command : node_modules/.bin/tsc --noEmit
35
34
36
35
# Stop SaltyRTC server
37
- # Commented out, use server.saltyrtc.org for now
38
- # - run: kill -INT $(cat /saltyrtc/server.pid)
36
+ - run : kill -INT $(cat /saltyrtc/server.pid)
39
37
40
38
jobs :
41
39
test-firefox-esr :
Original file line number Diff line number Diff line change 1
1
export class Config {
2
- public static SALTYRTC_HOST = 'server.saltyrtc.org ' ;
3
- public static SALTYRTC_PORT = 9287 ;
2
+ public static SALTYRTC_HOST = 'localhost ' ;
3
+ public static SALTYRTC_PORT = 8765 ;
4
4
}
You can’t perform that action at this time.
0 commit comments