Skip to content

Commit

Permalink
build changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nukeop committed Aug 12, 2018
1 parent d4e6c05 commit a95d220
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ matrix:
- os: osx
osx_image: xcode9.2
language: node_js
node_js: "9"
node_js: "8"
env:
- ELECTRON_CACHE=$HOME/.cache/electron
- ELECTRON_BUILDER_CACHE=$HOME/.cache/electron-builder
- ELECTRON_BUILDER_ALLOW_UNRESOLVED_DEPENDENCIES=true

- os: linux
language: node_js
node_js: "9"
node_js: "8"

before_install:
- if [ $TRAVIS_OS_NAME = linux ]; then sudo apt-get install libdbus-1-dev -y; fi
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "npm-run-all --parallel watch electron:dev:linux",
"electron:dev:linux": "webpack --progress --colors --env.LINUX=true --config=webpack.config.electron.js && electron ./bundle.electron.js",
"electron:dev": "webpack --progress --colors --config=webpack.config.electron.js && electron ./bundle.electron.js",
"electron:prod:linux": "npm run build:electron:linux && cp index.prod.html dist && electron ./dist/bundle.electron.js",
"electron:prod:linux": "npm run build:electron:linux && electron ./dist/bundle.electron.js",
"electron:prod": "npm run build:electron && electron ./dist/bundle.electron.js",
"watch": "webpack-dev-server --inline --progress --env=dev",
"build:dist": "webpack --progress --colors --env=prod && cp loader.css dist",
Expand Down

0 comments on commit a95d220

Please sign in to comment.