From 2dd937173cac75a51f8191130b1782c6e26bc57c Mon Sep 17 00:00:00 2001 From: Fabian Date: Fri, 27 Oct 2017 17:03:04 +0200 Subject: [PATCH] teting other docker --- .circleci/config.yml | 4 ++-- app/src/main/index.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8a633ecce7..b86621d3ad 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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" @@ -45,4 +45,4 @@ jobs: - run: yarn lint - run: npm run pack - - run: xvfb-run -e /dev/stdout -a npm run test \ No newline at end of file + - run: xvfb-run -e /dev/stdout -a --server-args="-screen 0 1024x768x24" npm run test \ No newline at end of file diff --git a/app/src/main/index.js b/app/src/main/index.js index 9101c232c0..baa1a5f0cc 100644 --- a/app/src/main/index.js +++ b/app/src/main/index.js @@ -450,7 +450,7 @@ exports.default = Object.assign( main() .catch(function (err) { console.error(err.stack) - process.exit(1) + // process.exit(1) }), { shutdown