Skip to content

Instantly share code, notes, and snippets.

@there4
Created March 22, 2012 18:07
Show Gist options
  • Save there4/2161241 to your computer and use it in GitHub Desktop.
Save there4/2161241 to your computer and use it in GitHub Desktop.
Snippet of package.json for TravisCI
"dependencies": {
"grunt": "~0.2.15"
},
"scripts": {
"test": "grunt qunit"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment