Skip to content
Permalink
Browse files

Build: Test the no-Sizzle build on Travis

Closes gh-4635
  • Loading branch information
mgol committed Mar 2, 2020
1 parent 19f2dcb commit 362075aeaa269f27ba2c2832026f211c2767d010
Showing with 9 additions and 1 deletion.
  1. +7 −0 .travis.yml
  2. +2 −1 package.json
@@ -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:
@@ -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": {

0 comments on commit 362075a

Please sign in to comment.