mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
Add Travis CI config for PR testing
This commit is contained in:
parent
b61a64224b
commit
f1333ff449
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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user