Skip to main content
Module

x/teddytags/.travis.yml

🐻 The superfast way to custom elements.
Go to Latest
File
sudo: false
language: node_js
node_js: - node
addons: chrome: stable firefox: 68.1
install: - npm ci
script: - npm test
notifications: - email: false