forked from Semantic-UI-Vue/Semantic-UI-Vue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
47 lines (47 loc) · 984 Bytes
/
.travis.yml
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
dist: trusty
language: node_js
node_js:
- node
script:
- npm run lint
- npm test
- npm run report-coverage
- npm run build
- ls dist
addons:
chrome: stable
deploy:
- provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN
local_dir: "dist/docs"
repo: Semantic-UI-Vue/semantic-ui-vue.github.io
target_branch: master
on:
branch: master
- provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN
local_dir: "dist/docs"
repo: Semantic-UI-Vue/semantic-ui-vue.github.io
target_branch: master
on:
tags: true
- provider: npm
skip_cleanup: true
api_key: $NPM_TOKEN
email: "mariolamacchia@gmail.com"
on:
tags: true
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/77811bc03dbeeebf8544
on_success: always
on_failure: always
on_start: never
email:
recipients:
- mariolamacchia@gmail.com
on_success: never
on_failure: always