Skip to main content
Module

x/teddytags/.travis.yml

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