This website requires JavaScript.
Explore
Help
Register
Sign In
library-mirrors
/
jquery
Watch
1
Star
0
Fork
0
You've already forked jquery
mirror of
https://github.com/jquery/jquery.git
synced
2024-11-23 02:54:22 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
acb7c49c8d
jquery
/
.travis.yml
10 lines
76 B
YAML
Raw
Normal View
History
Unescape
Escape
Add Travis CI config for PR testing
2013-09-12 16:08:29 +00:00
language
:
node_js
Tests: Strip untypical callback parameter characters from PHP files Only allow alphanumeric characters & underscores for callback parameters. This is only test code so we're not fixing any security issue but it happens often enough that the whole jQuery repository directory structure is deployed onto the server with PHP enabled that it makes is easy to introduce security issues if this cleanup is not done. This is a 1.x/2.x version of PR gh-4871. The change doesn't require a release; it's meant at installations testing the latest state of `1.12-stable` & `2.2-stable` branches. This change also fixes testing on Travis & on Chrome/Firefox. Closes gh-4875 Ref gh-4764 Ref gh-4871
2021-04-29 16:27:58 +00:00
os
:
linux
Add Travis CI config for PR testing
2013-09-12 16:08:29 +00:00
node_js
:
Build: Use double quotes in .travis.yml .travis.yml used single quotes which is inconsistent with what we use in most other files. Also, the file was missing an empty line at the end.
2015-09-11 19:35:10 +00:00
-
"4"
Build: test on Node.js 6
2016-04-26 20:44:11 +00:00
-
"6"
Tests: Strip untypical callback parameter characters from PHP files Only allow alphanumeric characters & underscores for callback parameters. This is only test code so we're not fixing any security issue but it happens often enough that the whole jQuery repository directory structure is deployed onto the server with PHP enabled that it makes is easy to introduce security issues if this cleanup is not done. This is a 1.x/2.x version of PR gh-4871. The change doesn't require a release; it's meant at installations testing the latest state of `1.12-stable` & `2.2-stable` branches. This change also fixes testing on Travis & on Chrome/Firefox. Closes gh-4875 Ref gh-4764 Ref gh-4871
2021-04-29 16:27:58 +00:00
-
"8"
-
"10"
-
"12"
-
"14"
Reference in New Issue
Copy Permalink