mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Add Travis CI config for PR testing
This commit is contained in:
5
.travis.yml
Normal file
5
.travis.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- '0.10'
|
||||
before_install:
|
||||
- npm install grunt-cli -g
|
||||
@@ -41,6 +41,7 @@
|
||||
"requirejs": "~2.1.8"
|
||||
},
|
||||
"scripts": {
|
||||
"install": "bower install"
|
||||
"install": "bower install",
|
||||
"test": "grunt"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user