-
-
Notifications
You must be signed in to change notification settings - Fork 447
Expand file tree
/
Copy path.travis.yml
More file actions
33 lines (29 loc) · 693 Bytes
/
.travis.yml
File metadata and controls
33 lines (29 loc) · 693 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
language: node_js
node_js:
- 'lts/*'
- '12'
- 'node'
sudo: false
script:
- npm test
notifications:
irc:
channels:
- chat.freenode.net#datbots
template:
- '%{repository_slug} - %{commit_subject} - %{result} - %{build_url}'
skip_join: true
on_success: change
on_failure: always
before_deploy: npm run package
deploy:
provider: releases
api_key:
secure: GF+Ehh9kDu2m+KqSzciZRQmUfubnVGDEfxZKVX+psesKoxxDSq8/wkl7g1yR2H8DO0dg3lW8opbsKbfOOUWztyIfFxFukgwKIawUd7Krtr4XQLyywq49NdYARKP6bSxeEb8N3xVTo5fuq104KT0mMUB9di/iunsO/ITOzbCZyWE=
skip_cleanup: true
file_glob: true
file: dist/*
on:
repo: datproject/dat
node: '12'
tags: true