This repository was archived by the owner on Jun 30, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +1
-13
lines changed Expand file tree Collapse file tree 3 files changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -52,22 +52,11 @@ jobs:
5252 - travis_retry ./test/before_install_pull
5353 - travis_retry ./test/script_scenario_node_dies
5454
55- - env : test=scenario_make
56- script :
57- - travis_retry ./test/before_install_pull
58- - travis_retry ./test/script_scenario_make
59-
6055 - env : test=scenario_compose_N_N
6156 script :
6257 - travis_retry ./test/before_install_pull
6358 - travis_retry ./test/script_scenario_compose_N_N
6459
65- - env : test=Zalenium_Prev
66- script :
67- - gem install bitballoon || true
68- - travis_retry ./test/before_install_pull
69- - travis_retry ./test/script_scenario_zalenium "3.141.59u"
70-
7160 - env : test=Zalenium_Latest
7261 script :
7362 - gem install bitballoon || true
Original file line number Diff line number Diff line change @@ -429,7 +429,7 @@ ENV FF_LANG="en-US" \
429429 FF_PLATFORM="linux-x86_64" \
430430 FF_INNER_PATH="firefox/releases"
431431
432- ARG FF_VER="76.0"
432+ ARG FF_VER="76.0.1 "
433433
434434ENV FF_COMP="firefox-${FF_VER}.tar.bz2"
435435ENV FF_URL="${FF_BASE_URL}/${FF_INNER_PATH}/${FF_VER}/${FF_PLATFORM}/${FF_LANG}/${FF_COMP}"
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ if [ "${CI}" != "true" ]; then
1313 ./test/script_scenario_arbitrary_uid
1414 ./test/script_scenario_restart
1515 ./test/script_scenario_node_dies
16- ./test/script_scenario_make
1716 ./test/script_scenario_compose_N_N
1817 ./test/script_scenario_zalenium
1918fi
You can’t perform that action at this time.
0 commit comments