aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorJörn Zaefferer <joern.zaefferer@gmail.com>2013-09-12 18:08:29 +0200
committerJörn Zaefferer <joern.zaefferer@gmail.com>2013-09-12 18:08:37 +0200
commitdab011e26d23e3751ffc9b391e6a404720b44649 (patch)
tree3d982ecc3fc1e02443a7cc2e3ab5e7ff2f1adfc0 /package.json
parentcb707d8bd0ccd40935a41f0814ff0b85a1e25c40 (diff)
downloadjquery-dab011e26d23e3751ffc9b391e6a404720b44649.tar.gz
jquery-dab011e26d23e3751ffc9b391e6a404720b44649.zip
Add Travis CI config for PR testing
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index cd08ade5a..103c0e275 100644
--- a/package.json
+++ b/package.json
@@ -41,6 +41,7 @@
"requirejs": "~2.1.8"
},
"scripts": {
- "install": "bower install"
+ "install": "bower install",
+ "test": "grunt"
}
}