You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
444 B
20 lines
444 B
2 years ago
|
sudo: false
|
||
|
language: node_js
|
||
|
node_js:
|
||
|
- "node"
|
||
|
dist: trusty
|
||
|
addons:
|
||
|
chrome: stable
|
||
|
firefox: latest
|
||
|
cache:
|
||
|
directories:
|
||
|
- node_modules
|
||
|
deploy:
|
||
|
provider: npm
|
||
|
email: mislav.marohnic@gmail.com
|
||
|
api_key:
|
||
|
secure: ZEyP/T3jWwvrMp/rdZoMkyc3T7SoFJpGFFCjd7rOG76k/DTRxcYVTAPES8mEq/Xk0fF8qM4ZY//izuxEtFEuJmdRFuvJcIptVrAlbEiqlyNiN1EkwRPayd3qte/UYLvD9bGrfKRVrXeohW0GGDZH48CsHVo3yNrX6NWS7Nxxze4=
|
||
|
on:
|
||
|
tags: true
|
||
|
repo: github/fetch
|