Build: Test the no-Sizzle build on Travis

Closes gh-4635
This commit is contained in:
Michał Gołębiowski-Owczarek 2020-03-02 20:43:11 +01:00 committed by GitHub
parent 19f2dcbaa3
commit 362075aeaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

View File

@ -31,6 +31,13 @@ matrix:
- BROWSERS="ChromeHeadless"
addons:
chrome: stable
- name: "Browser tests: no-Sizzle build, Chrome stable"
node_js: "12"
env:
- NPM_SCRIPT="test:no-sizzle"
- BROWSERS="ChromeHeadless"
addons:
chrome: stable
- name: "Browser tests: AMD build, Chrome stable"
node_js: "12"
env:

View File

@ -73,8 +73,9 @@
"test:browser": "grunt && grunt karma:main",
"test:amd": "grunt && grunt karma:amd",
"test:no-deprecated": "grunt test:prepare && grunt custom:-deprecated && grunt karma:main",
"test:no-sizzle": "grunt test:prepare && grunt custom:-sizzle && grunt karma:main",
"test:slim": "grunt test:prepare && grunt custom:slim && grunt karma:main",
"test": "npm run test:slim && npm run test:no-deprecated && grunt && grunt test:slow && grunt karma:main && grunt karma:amd",
"test": "npm run test:slim && npm run test:no-deprecated && npm run test:no-sizzle && grunt && grunt test:slow && grunt karma:main && grunt karma:amd",
"jenkins": "npm run test:browserless"
},
"commitplease": {