Sfoglia il codice sorgente

fix(travis): Run cypress tests headlessly

version-14
Aditya Hase 5 anni fa
parent
commit
c774a6fc51
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      .travis.yml

+ 1
- 1
.travis.yml Vedi File

@@ -34,7 +34,7 @@ matrix:
before_script:
- bench setup requirements --node
- bench --site test_site execute frappe.utils.install.complete_setup_wizard
script: bench --site test_site run-ui-tests frappe
script: bench --site test_site run-ui-tests frappe --headless

- name: "Python 2.7 MariaDB"
python: 2.7


Caricamento…
Annulla
Salva