Skip to content

Commit

Permalink
trigger ci
Browse files Browse the repository at this point in the history
  • Loading branch information
erguotou520 committed Dec 26, 2018
1 parent 31e4972 commit 82607d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .electron-vue/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,7 @@ function release () {
]
},
nsis: {
license: 'LICENSE',
oneClick: false,
perMachine: true,
allowToChangeInstallationDirectory: true,
license: 'LICENSE'
},
linux: {
icon: 'build/icons',
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ before_install:
install:
#- export DISPLAY=':99.0'
#- Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
- nvm install 7
- nvm install 8
- curl -o- -L https://yarnpkg.com/install.sh | bash
- source ~/.bashrc
# - npm install -g xvfb-maybe
Expand Down

0 comments on commit 82607d9

Please sign in to comment.