CI: remove travis details

Rename still used leftovers to "zuul" as that's now the CI using them.

Closes #7313
This commit is contained in:
Daniel Stenberg 2021-06-29 16:38:56 +02:00
parent d7112b576e
commit b7ca0cfec0
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
8 changed files with 3 additions and 121 deletions

View file

@ -63,7 +63,7 @@
state: link
- name: Run before script
shell: "./scripts/travis/before_script.sh"
shell: "./scripts/zuul/before_script.sh"
args:
chdir: "{{ zuul.project.src_dir }}"
environment: "{{ curl_env }}"

View file

@ -7,6 +7,6 @@
- name: Run tests
environment: "{{ curl_env }}"
shell: "./scripts/travis/script.sh"
shell: "./scripts/zuul/script.sh"
args:
chdir: "{{ zuul.project.src_dir }}"