Skip to content

Commit 9736288

Browse files
committed
travis
1 parent 34113d6 commit 9736288

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ before_install:
1313
- npm i -g node-sass
1414

1515
install:
16-
- npm update
16+
- npm i
1717

1818
cache:
1919
directories:

updates.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"linux-x64-prod": {
33
"readme": "First Release",
4-
"update": "https://github.com/Gilad-Kutiel-App/jumpfm/releases/download/v1.0.0/JumpFm-1.0.0-x86_64.AppImage",
5-
"install": "https://github.com/Gilad-Kutiel-App/jumpfm/releases/download/v1.0.0/JumpFm-1.0.0-x86_64.AppImage",
6-
"version": "1.0.0"
4+
"update": "https://github.com/Gilad-Kutiel-App/jumpfm/releases/download/v1.0.1/JumpFm-1.0.1-x86_64.AppImage",
5+
"install": "https://github.com/Gilad-Kutiel-App/jumpfm/releases/download/v1.0.1/JumpFm-1.0.1-x86_64.AppImage",
6+
"version": "1.0.1"
77
}
88
}

0 commit comments

Comments
 (0)