hopefully final commit for tihs problem
parent
3003ecb714
commit
7c45e38d5a
|
@ -31,7 +31,6 @@ jobs:
|
|||
- "cd src && npm install && cd -"
|
||||
script:
|
||||
- "tests/frontend/travis/runnerBackend.sh"
|
||||
# Frontend is focus
|
||||
- name: "Test the Frontend"
|
||||
install:
|
||||
- "bin/installDeps.sh"
|
||||
|
|
|
@ -78,14 +78,12 @@ sauceTestWorker.push({
|
|||
, 'browserName' : 'firefox'
|
||||
, 'version' : 'latest'
|
||||
});
|
||||
/*
|
||||
// 2) Chrome on Linux
|
||||
sauceTestWorker.push({
|
||||
'platform' : 'Linux'
|
||||
, 'browserName' : 'googlechrome'
|
||||
, 'version' : 'latest'
|
||||
});
|
||||
*/
|
||||
// 3) Safari on OSX 10.15
|
||||
sauceTestWorker.push({
|
||||
'platform' : 'OS X 10.15'
|
||||
|
|
Loading…
Reference in New Issue