biofriction-wp-theme/node_modules/unique-slug/.travis.yml

11 lines
128 B
YAML
Raw Permalink Normal View History

2021-10-26 14:18:09 +02:00
language: node_js
sudo: false
before_install:
- "npm -g install npm"
node_js:
- "6"
- "8"
- "10"
- "lts/*"
- "node"