travis fixes

This commit is contained in:
Jonas Winkler 2020-11-22 13:25:59 +01:00
parent 5a292426c9
commit 79e6b1f5dd

View File

@ -13,7 +13,6 @@ matrix:
- name: "Documentation" - name: "Documentation"
before_install: true before_install: true
install: true
script: script:
- cd docs/ - cd docs/
- make html - make html
@ -22,7 +21,7 @@ matrix:
- name: "Front end" - name: "Front end"
language: node_js language: node_js
node_js: node_js:
- 6 - 15
before_install: true before_install: true
install: install:
- cd src-ui/ - cd src-ui/