Skip to content

Commit d8ec915

Browse files
committed
build updates
1 parent cd5ed80 commit d8ec915

File tree

5 files changed

+23
-17
lines changed

5 files changed

+23
-17
lines changed

.travis.yml

+21-15
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,30 @@
11
os: linux
22
language: node_js
33
node_js: 8
4-
54
before_script:
6-
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export DISPLAY=:99.0; fi
7-
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sh -e /etc/init.d/xvfb start; fi
8-
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sleep 3; fi
9-
5+
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export DISPLAY=:99.0; fi
6+
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sh -e /etc/init.d/xvfb start; fi
7+
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sleep 3; fi
108
cache:
119
yarn: true
1210
directories:
13-
- node_modules
14-
- $HOME/Library/Caches/electron
15-
- $HOME/Library/Caches/electron-builder
16-
- /tmp/jest-electron-builder-tests
17-
11+
- node_modules
12+
- "$HOME/Library/Caches/electron"
13+
- "$HOME/Library/Caches/electron-builder"
14+
- "/tmp/jest-electron-builder-tests"
1815
install:
19-
- curl -L https://yarnpkg.com/latest.tar.gz | tar xz && mv yarn-* $HOME/.yarn
20-
- export PATH="$HOME/.yarn/bin:$PATH"
21-
- yarn
22-
16+
- curl -L https://yarnpkg.com/latest.tar.gz | tar xz && mv yarn-* $HOME/.yarn
17+
- export PATH="$HOME/.yarn/bin:$PATH"
18+
- yarn
2319
script:
24-
- npm run test
20+
- npm run test
21+
deploy:
22+
provider: releases
23+
api_key:
24+
secure: SaVLCQxO+jMOdS2WpVpgiA170Nkf3AM5ysVOknrUxei2oYnmUWQWvP3fs3bFXN2S9xoLVvrpYTeio803SErd26CpkHaMik6JSrBT5nWTIQNTXb+YXbzpuuZWRlsRGa2jYRLPqWCTJo2Y1enO0k9yaKsk0MkqhkfY3muja8dgRTQnW2R09ZoP9Iz1OgnGMkES2wlOkuOQUyZYJi0aU9KM0mzZh3H2Z27sSF8aOjbbAac4EqvPTRpKCviMjhAD3MX8+E2IcYfJmi/J8TN64/qhi5yKpBD6PB6A3zKlxhCtqiO2SO8dTBCUd74WdM+0xHTBwaBdwwJsTXVRwmZM3+MoYv4vkFBi1GrvEkXqckk/FnQzWstZf1kzadwU81mucxnjHNJT1OGtM0F4KpBzF3dBvca3FCg4ZuKL/f4l5YEtSKhACCLDB7aaZ8FtAonYIxhaArskvBZ3EhRRtKpwtfkEJ4b4/yuIr6j4PNXFP5bU8VAyTRuGD4ikDf+uyPQ3TF20EXHTtQxyZ16aNex7mOhAJRi/YrpbTmDzoEQHRWkSAnsgMSt8EHr0Z/l10Egjh5XC1RMdUSCxjHU+LRuskuueOXKAc1NYvtEc3bpDYU0Ywc/drTmkSsyVbCtBcxnlMllEaLe8qZqCk225328ayUFvmWK/jl6n83aeLjvejU8NtLQ=
25+
file:
26+
- dist/h2-*.dmg
27+
- dist/h2-*.AppImage
28+
- dist/h2-*.exe
29+
on:
30+
tag: true

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "h2",
3-
"version": "0.1.0alpha",
3+
"version": "0.1.1alpha",
44
"description": "A mini browser to embed on top of screens",
55
"main": "src/main.js",
66
"scripts": {
@@ -13,7 +13,7 @@
1313
"build": {
1414
"appId": "com.ipiush.h2"
1515
},
16-
"repository": "https://github.com/poush/h2",
16+
"repository": "https://github.com/poush/H2",
1717
"keywords": [
1818
"electron",
1919
"picture-in-picture",

scripts/build-dist.sh

Whitespace-only changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)