-
Notifications
You must be signed in to change notification settings - Fork 781
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build: Add macOS and Windows to the Travis CI test matrix
Update grunt-contrib-qunit to 3.1.0, because grunt-contrib-qunit 3.0.1 uses a pinned (older) version of puppeteer. The older puppteer used an older version of Chrome, which is incompatible with Windows Server 2016, which is what Travis CI offers. AppVeyor was using Windows Server 2012, whih was not affected by that Chrome bug. Ref gruntjs/grunt-contrib-qunit#154. For Windows, the build script is limited to `test:main`. This is the same as it was before with AppVeyor, because the CLI tests are not passing on Windows currently. Ref #1359. Fixes #1347.
- Loading branch information
Showing
5 changed files
with
25 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,5 @@ | |
*.js eol=lf | ||
*.json eol=lf | ||
*.html eol=lf | ||
# TODO: Rename to qunit.js? | ||
bin/qunit eol=lf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters