Skip to content

Commit

Permalink
Build: remove travis.yml and travis mentions from core (#4983)
Browse files Browse the repository at this point in the history
We've migrated to GH actions on jQuery core and have already disabled travis builds for core.
  • Loading branch information
timmywil committed Dec 13, 2021
1 parent 00c060d commit 5f4d449
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 58 deletions.
1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
/.editorconfig
/.gitattributes
/.mailmap
/.travis.yml

/build
/external
Expand Down
56 changes: 0 additions & 56 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module.exports = function( grunt ) {
var fs = require( "fs" ),
gzip = require( "gzip-js" ),
oldNode = /^v10\./.test( process.version ),
isCi = process.env.TRAVIS || process.env.GITHUB_ACTION,
isCi = process.env.GITHUB_ACTION,
ciBrowsers = process.env.BROWSERS && process.env.BROWSERS.split( "," );

if ( !grunt.option( "filename" ) ) {
Expand Down

0 comments on commit 5f4d449

Please sign in to comment.