Skip to content

Commit

Permalink
Build: remove travis.yml and travis mentions from core (#4984)
Browse files Browse the repository at this point in the history
We've migrate jquery core to GH actions and have already disabled core builds on travis
  • Loading branch information
timmywil authored Dec 13, 2021
1 parent 81fa1e2 commit 5566988
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
/speed
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 @@ -14,7 +14,7 @@ module.exports = function( grunt ) {

var fs = require( "fs" ),
gzip = require( "gzip-js" ),
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 5566988

Please sign in to comment.