Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Build: Test the no-Sizzle build on Travis
- Loading branch information
Showing
with
9 additions
and
1 deletion.
-
+7
−0
.travis.yml
-
+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": { |
|
|
|