Skip to content

Commit 5566988

Browse files
authored
Build: remove travis.yml and travis mentions from core (#4984)
We've migrate jquery core to GH actions and have already disabled core builds on travis
1 parent 81fa1e2 commit 5566988

File tree

3 files changed

+1
-58
lines changed

3 files changed

+1
-58
lines changed

.npmignore

-1
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
/speed

.travis.yml

-56
This file was deleted.

Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module.exports = function( grunt ) {
1414

1515
var fs = require( "fs" ),
1616
gzip = require( "gzip-js" ),
17-
isCi = process.env.TRAVIS || process.env.GITHUB_ACTION,
17+
isCi = process.env.GITHUB_ACTION,
1818
ciBrowsers = process.env.BROWSERS && process.env.BROWSERS.split( "," );
1919

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

0 commit comments

Comments
 (0)