core/lib/node_modules/unique-slug/.travis.yml
Christian Fraß 2c17dcb66f [int]
2023-06-19 15:04:15 +02:00

11 lines
128 B
YAML

language: node_js
sudo: false
before_install:
- "npm -g install npm"
node_js:
- "6"
- "8"
- "10"
- "lts/*"
- "node"