aboutsummaryrefslogtreecommitdiffstats
path: root/.build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.build.yml b/.build.yml
index 9f227f4..c0dc82e 100644
--- a/.build.yml
+++ b/.build.yml
@@ -1,7 +1,6 @@
image: debian/buster
packages:
- - nodejs
- - npm
+ - curl
- python3-pip
- virtualenv
tasks:
@@ -13,5 +12,4 @@ tasks:
json validate --schema-file=lab/metadata.json --document-file=lab/metadata.json
- test-css: |
cd libresocial
- npm install -g csslint
- csslint css/libresocial.css
+ python test/w3c-validator.py dist/css/libresocial.css