Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Build: Run tests on Travis on FirefoxHeadless as well#4524

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
mgol merged 4 commits intojquery:masterfrommgol:travis-firefox
Oct 21, 2019
Merged
Show file tree
Hide file tree
Changes from1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
Build: Specify Travis-tested browsers in .travis.yml
  • Loading branch information
@mgol
mgol committedOct 21, 2019
commit218f1117121dfac8998afe6f7934ada0e6bd464e
5 changes: 4 additions & 1 deletion.travis.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -10,7 +10,10 @@ matrix:
include:
# Run browser tests only on one Node.js version to save time.
- node_js: "10"
env: NPM_SCRIPT=test:browser
env:
- NPM_SCRIPT="test:browser"
# The Chrome sandbox doesn't work on Travis.
- BROWSERS="ChromeHeadlessNoSandbox,FirefoxHeadless"
addons:
chrome: stable
firefox: latest
Expand Down
12 changes: 2 additions & 10 deletionsGruntfile.js
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -13,8 +13,7 @@ module.exports = function( grunt ) {
}

var fs = require( "fs" ),
gzip = require( "gzip-js" ),
isTravis = process.env.TRAVIS;
gzip = require( "gzip-js" );

if ( !grunt.option( "filename" ) ) {
grunt.option( "filename", "jquery.js" );
Expand DownExpand Up@@ -191,14 +190,7 @@ module.exports = function( grunt ) {
singleRun: true
},
main: {

browsers: [

// The Chrome sandbox doesn't work on Travis.
isTravis ? "ChromeHeadlessNoSandbox" : "ChromeHeadless",

"FirefoxHeadless"
]
browsers: [ "ChromeHeadless", "FirefoxHeadless" ]
},

jsdom: {
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp