Test 2.0.x on CI

This commit is contained in:
blagoev 2017-09-21 15:40:31 +03:00
parent 749c88ec74
commit 4f5e51430c
1 changed files with 2 additions and 1 deletions

View File

@ -47,7 +47,8 @@ if (global.enableSyncTests) {
// FIXME: Permission tests currently fail in chrome debugging mode. // FIXME: Permission tests currently fail in chrome debugging mode.
if (typeof navigator === 'undefined' || if (typeof navigator === 'undefined' ||
!/Chrome/.test(navigator.userAgent)) { // eslint-disable-line no-undef !/Chrome/.test(navigator.userAgent)) { // eslint-disable-line no-undef
TESTS.PermissionTests = require('./permission-tests');
TESTS.PermissionTests = require('./permission-tests');
} }
} }