mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-16 06:18:35 +02:00
8 lines
75 B
YAML
8 lines
75 B
YAML
language: node_js
|
|
node_js:
|
|
- "8"
|
|
sudo: false
|
|
|
|
script:
|
|
- "npm test"
|