ci: Trigger an arm test on VSTS after CircleCI build (#14898)

* ci: Trigger an arm test on VSTS after CircleCI build
This commit is contained in:
John Kleinschmidt 2018-10-04 12:01:16 -04:00 committed by GitHub
parent 1acd840c38
commit 038b56e31e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 289 additions and 94 deletions

View file

@ -15,6 +15,7 @@ const { app } = remote.require('electron')
const skip = process.platform !== 'linux' ||
process.arch === 'ia32' ||
process.arch.indexOf('arm') === 0 ||
!process.env.DBUS_SESSION_BUS_ADDRESS;
(skip ? describe.skip : describe)('Notification module (dbus)', () => {