Skip to content

Commit 6b91295

Browse files
committed
fix travis config for packaging linux app
1 parent 5403219 commit 6b91295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ before_script:
99

1010
script:
1111
- npm test
12-
- npm run pack-linux
12+
- npm run package:linux
1313

1414
branches:
1515
only:

0 commit comments

Comments
 (0)