Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5f4d449

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 parent00c060d commit5f4d449

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
varfs=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)

[8]ページ先頭

©2009-2025 Movatter.jp