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