We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81fa1e2 commit 5566988Copy full SHA for 5566988
.npmignore
@@ -4,7 +4,6 @@
4
/.editorconfig
5
/.gitattributes
6
/.mailmap
7
-/.travis.yml
8
9
/build
10
/speed
.travis.yml
Gruntfile.js
@@ -14,7 +14,7 @@ module.exports = function( grunt ) {
14
15
var fs = require( "fs" ),
16
gzip = require( "gzip-js" ),
17
- isCi = process.env.TRAVIS || process.env.GITHUB_ACTION,
+ isCi = process.env.GITHUB_ACTION,
18
ciBrowsers = process.env.BROWSERS && process.env.BROWSERS.split( "," );
19
20
if ( !grunt.option( "filename" ) ) {
0 commit comments