Skip to content

Commit

Permalink
Change ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sunzongzheng committed Oct 31, 2018
1 parent d8ea50c commit 3a0bb58
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dist: trusty
sudo: true

language: node_js
node_js: "lts/*"
node_js: "8"

env:
global:
Expand All @@ -25,12 +25,9 @@ before_script:
- brew install rpm
- npm update @suen/music-api
- npm update @suen/electron-updater
- wget http://collection.b0.upaiyun.com/softwares/upx/upx-darwin-amd64-v0.2.3 -O upx
- chmod 755 upx

script:
- MUSICLAKEURL=$MUSICLAKE_URL npm run build-file
- ./upx --auth $UPX_AUTH sync -delete --strong ./dist/electron/
- npm run build:publish

deploy:
Expand Down

0 comments on commit 3a0bb58

Please sign in to comment.