Skip to content

Commit 5f4d449

Browse files
authored
Build: remove travis.yml and travis mentions from core (#4983)
We've migrated to GH actions on jQuery core and have already disabled travis builds for core.
1 parent 00c060d commit 5f4d449

File tree

3 files changed

+1
-58
lines changed

3 files changed

+1
-58
lines changed

.npmignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
/.editorconfig
55
/.gitattributes
66
/.mailmap
7-
/.travis.yml
87

98
/build
109
/external

.travis.yml

Lines changed: 0 additions & 56 deletions
This file was deleted.

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module.exports = function( grunt ) {
2222
var fs = require( "fs" ),
2323
gzip = require( "gzip-js" ),
2424
oldNode = /^v10\./.test( process.version ),
25-
isCi = process.env.TRAVIS || process.env.GITHUB_ACTION,
25+
isCi = process.env.GITHUB_ACTION,
2626
ciBrowsers = process.env.BROWSERS && process.env.BROWSERS.split( "," );
2727

2828
if ( !grunt.option( "filename" ) ) {

0 commit comments

Comments
 (0)