Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Build: Test the no-Sizzle build on Travis
Closes gh-4635
  • Loading branch information
mgol committed Mar 2, 2020
1 parent 19f2dcb commit 362075a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .travis.yml
Expand Up @@ -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:
Expand Down
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -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": {
Expand Down

0 comments on commit 362075a

Please sign in to comment.