From aa32ba05be0afb6698265fbdd05df36c92f978f5 Mon Sep 17 00:00:00 2001 From: Ryan Ghods Date: Tue, 12 Dec 2017 09:31:41 -0800 Subject: [PATCH 1/3] Upgrade electron-builder to 19.49.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 340e89b71..4e0cede8f 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "del": "^2.2.2", "ecstatic": "^2.1.0", "electron": "1.7.9", - "electron-builder": "^12.2.2", + "electron-builder": "^19.49.0", "eslint": "^3.14.1", "eslint-config-airbnb-base": "^11.0.1", "eslint-plugin-import": "^2.2.0", From b82a0f05cb864287258a0a4fb53dcf912cc357ac Mon Sep 17 00:00:00 2001 From: Ryan Ghods Date: Tue, 12 Dec 2017 14:57:34 -0800 Subject: [PATCH 2/3] Travis breaking due to newly released image Trusty. Giving this a try via https://github.com/travis-ci/travis-ci/issues/8890 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 36fd4c379..a01913d73 100644 --- a/.travis.yml +++ b/.travis.yml @@ -65,6 +65,7 @@ matrix: install: - echo $PATH - PATH=$PATH:$HOME/.meteor && curl -L https://raw.githubusercontent.com/arunoda/travis-ci-meteor-packages/1390e0f96162d0d70fc1e60a6b0f4f891a0e8f42/configure.sh | /bin/sh + - export PATH=$PATH:`yarn global bin` - yarn global add gulp-cli meteor-build-client - yarn From 1d6063cb9ec4920d419f5681d59a60b245184509 Mon Sep 17 00:00:00 2001 From: Ryan Ghods Date: Tue, 12 Dec 2017 20:03:55 -0800 Subject: [PATCH 3/3] Add `g++-multilib` to fix travis build error: `fatal error: sys/cdefs.h: No such file or directory` --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index a01913d73..c932268e8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,6 +27,7 @@ matrix: - graphicsmagick - xz-utils - nsis + - g++-multilib sources: - mono before_install: