Skip to content

Commit

Permalink
teting other docker
Browse files Browse the repository at this point in the history
  • Loading branch information
faboweb committed Oct 27, 2017
1 parent 877a48b commit 2dd9371
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build:
docker:
# specify the version you desire here
- image: faboweb/cosmos:t0.11.1c0.7.1
- image: circleci/node:8.0.0-browsers

environment:
- GOPATH: "/go"
Expand Down Expand Up @@ -45,4 +45,4 @@ jobs:

- run: yarn lint
- run: npm run pack
- run: xvfb-run -e /dev/stdout -a npm run test
- run: xvfb-run -e /dev/stdout -a --server-args="-screen 0 1024x768x24" npm run test
2 changes: 1 addition & 1 deletion app/src/main/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ exports.default = Object.assign(
main()
.catch(function (err) {
console.error(err.stack)
process.exit(1)
// process.exit(1)
}),
{
shutdown
Expand Down

0 comments on commit 2dd9371

Please sign in to comment.