remove unused build config

master
Jason Staten 3 years ago
parent 4d6f301f80
commit 720bcd5288

@ -1,12 +1,9 @@
image: alpine/edge
packages:
- nodejs
- npm
sources:
- https://git.sr.ht/~statianzo/pmrpc
secrets:
- 01f84277-3abe-4ed1-9d0d-d66b49bfcfe7
- 5756e542-1a3e-4c27-ac4c-4820cff2b965
- 576364b7-4764-4794-a536-1a3357fb222b
environment:
CI: "true"
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: "true"
@ -16,4 +13,5 @@ tasks:
npm install
- validate: |
cd pmrpc
npm run build
npm test
Loading…
Cancel
Save