forked from superpowers/superpowers-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
34 lines (34 loc) · 1.31 KB
/
.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
dist: trusty
sudo: true
language: node_js
node_js: "node"
cache:
directories:
- node_modules
before_install:
- npm i -g [email protected]
- sudo dpkg --add-architecture i386
- sudo apt-get -qq update
- sudo apt-get install wine1.6
install: true
script:
- npm run build
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/44f5607466509af53a93
on_success: change
on_failure: always
on_start: never
before_deploy:
- npm run package
deploy:
provider: releases
api_key:
secure: QwUnMddbtUUYqJiz85oYDwAR57j0BiubIWGM6QTTqclI/QoyPILDI1bIxwDGmoEiBQIA8+ZQIHRU7BUj98roWT8sUPB91QTq098C3xRqu9MD16Z8nfWz/PwKCdTkugrvpkvQYaf1t9q1M1fd9Y7V6/MomZRYmtOSOUbQiN/uDfoWhuyU3USmm89ihJlG7Er5PpHFjx9lpzhaby4HaGivPUGYe9dlZtOc14doIUiYkJDflL31YqnUmKJJLEoqudzuW2v1gru69Wi/jQUAVmSdFQ8GE4/Wiyy0iAM4M2JBuTOm3EI90c5pGuUUFWbIBQTBoV6WoUEtNbit+FGAvh4sWIiSZoxZuIVqd7KDLNVnXw9k7RGM5QG6MxEHkkTSI3rr2w0GBShEV7x78iEGtrTS+gPfVHyaJXe/B7VTzT1mgF5NNdGV/7CUqbo3ZZVSRrCHL/AZ2u2FowNMx7s46HDVfAKwEXBLuAf++MZPgFYN1xwo2PiR0CmvxbarVt35RGC+JJx5hqGqd5OXmOipE5BRuN4xL3uWeJX4sF1wLZb+yeUKKHDI+cc1BylarECEAIhChImnlsyNLD0/3HBsig4w1/SVEuog96WgJKP+N++Q2iPZ+ersg6+JUDBXgF8LS+bToa019JKJMABB0mDNmEyno4G2YU8m/YyqqZRGfFShPfA=
file_glob: true
file: "packages/superpowers-*.zip"
skip_cleanup: true
on:
repo: superpowers/superpowers-app
tags: true