Skip to content

Commit

Permalink
for #3 add .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
groovecoder committed Jun 14, 2015
1 parent 6784cbf commit 1e85876
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
language: node_js
node_js:
- "0.12"
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "A sample Node.js app using Express 4",
"main": "index.js",
"scripts": {
"start": "node index.js"
"start": "node index.js",
"test": "./node_modules/.bin/mocha"
},
"dependencies": {
"cheerio": "^0.19.0",
Expand All @@ -16,6 +17,7 @@
"devDependencies": {
"chai": "^3.0.0",
"chai-as-promised": "^5.1.0",
"mocha": "^2.2.5",
"nock": "^2.5.0"
},
"engines": {
Expand Down

0 comments on commit 1e85876

Please sign in to comment.