Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
sudo: false
addons:
apt:
packages:
- imagemagick
language: node_js
node_js:
- "0.12"
before_script:
- npm install -g grunt-cli
- cp config-sample.json config.json
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
"url": "https://github.com/jquery/api.jquery.com/blob/master/LICENSE.txt"
}
],
"scripts": {
"test": "grunt build --stack"
},
"dependencies": {
"cheerio": "0.12.4",
"download.jqueryui.com": "2.0.25",
Expand Down