1
0
mirror of https://github.com/thedaviddelta/lingva-scraper.git synced 2025-10-05 15:52:40 +02:00

Added NPM publish via Travis

This commit is contained in:
David
2022-06-11 15:49:36 +02:00
parent e0847c1980
commit b74df2c786

24
.travis.yml Normal file
View File

@@ -0,0 +1,24 @@
language: node_js
node_js:
- lts/*
os: linux
dist: focal
cache: yarn
script:
- travis_retry yarn test
before_deploy:
- yarn build
deploy:
- provider: npm
email: $NPM_EMAIL
api_token: $NPM_TOKEN
skip_cleanup: true
on:
tags: true