Skip to content

Commit 0a9547e

Browse files
committed
Execute travis on all the branches in order to validate before merging
1 parent be7cddb commit 0a9547e

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

.travis.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@ language: node_js
55
node_js:
66
- "10"
77

8-
branches:
9-
only:
10-
- master
11-
12-
138

149
before_install:
1510
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.13.0
@@ -20,6 +15,7 @@ install: yarn install
2015

2116
script: yarn build
2217

18+
2319
before_deploy:
2420
- export FILE_TO_UPLOAD=$(ls _releases/-*.dmg)
2521

@@ -30,3 +26,4 @@ deploy:
3026
skip_cleanup: true
3127
on:
3228
tags: true
29+
branch: master

package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
2-
"scripts": {
2+
"version": "0.0.1",
3+
"scripts": {
34
"start": "cd gui && yarn start",
45
"build": "cd gui && yarn build",
56
"release": "cd gui && yarn release",
@@ -8,5 +9,6 @@
89
},
910
"devDependencies": {
1011
"prettier": "^1.18.2"
11-
}
12+
},
13+
"dependencies": {}
1214
}

yarn.lock

+4
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@
22
# yarn lockfile v1
33

44

5+
prettier@^1.18.2:
6+
version "1.18.2"
7+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.18.2.tgz#6823e7c5900017b4bd3acf46fe9ac4b4d7bda9ea"
8+
integrity sha512-OeHeMc0JhFE9idD4ZdtNibzY0+TPHSpSSb9h8FqtP+YnoZZ1sl8Vc9b1sasjfymH3SonAF4QcA2+mzHPhMvIiw==

0 commit comments

Comments
 (0)