diff options
Diffstat (limited to '.builds/ubuntu-20.04.yml')
-rw-r--r-- | .builds/ubuntu-20.04.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.builds/ubuntu-20.04.yml b/.builds/ubuntu-20.04.yml index be9a8fb9..9fbd53dd 100644 --- a/.builds/ubuntu-20.04.yml +++ b/.builds/ubuntu-20.04.yml @@ -2,8 +2,6 @@ image: ubuntu/20.04 packages: # Install bootstrap and configure dependencies. - automake - - nodejs - - npm - python3-dev - virtualenv @@ -69,4 +67,3 @@ tasks: # Build the documentation. cd docs && make html - |