We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00c060d commit 5f4d449Copy full SHA for 5f4d449
.npmignore
@@ -4,7 +4,6 @@
4
/.editorconfig
5
/.gitattributes
6
/.mailmap
7
-/.travis.yml
8
9
/build
10
/external
.travis.yml
Gruntfile.js
@@ -22,7 +22,7 @@ module.exports = function( grunt ) {
22
var fs = require( "fs" ),
23
gzip = require( "gzip-js" ),
24
oldNode = /^v10\./.test( process.version ),
25
- isCi = process.env.TRAVIS || process.env.GITHUB_ACTION,
+ isCi = process.env.GITHUB_ACTION,
26
ciBrowsers = process.env.BROWSERS && process.env.BROWSERS.split( "," );
27
28
if ( !grunt.option( "filename" ) ) {
0 commit comments