amis-rpc-design/node_modules/tldjs/.travis.yml

32 lines
583 B
YAML
Raw Normal View History

2023-10-07 19:42:30 +08:00
sudo: false
dist: trusty
language: node_js
node_js:
- v6
- node
env:
- MOZ_HEADLESS=1
addons:
firefox: latest
notifications:
email:
on_failure: change
install: npm install --tldjs-update-rules
post_script: npm run benchmark
deploy:
provider: npm
email: hi@oncletom.io
skip_cleanup: true
api_key:
secure: D+AvrtOi8eox2H+j6T1EmaRrFThTDRlfRDQjDdCs7D1WnPoSs0wMcnd0lVi0lEj68URkm/4fDmHVtLXt1V8BLyfHwt3bZUsF1pe77qUTZZkmfDI5TRxp/mni6TrpFTlYaqytyunPKm19FciWj/IE2epVhWmJ8kQx/oB/lSq9SFo=
on:
tags: true
node: node
branch: master
repo: oncletom/tld.js