Skip to main content
Module

x/teddytags/.travis.yml

🐻 The superfast way to custom elements.
Go to Latest
File
language: node_js
branches: only: - master
os: - linux
node_js: - node
install: - npm ci
script: - npm test
notifications: - email: false