Skip to content

Commit 65a9e64

Browse files
committed
add travis
1 parent 7068319 commit 65a9e64

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
language: node_js
2+
node_js:
3+
- "0.10"

package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "node-http-proxy-cache",
33
"description": "Http caching proxy for the development clients to different websites and api",
4-
"version": "0.0.2",
4+
"version": "0.0.3",
55
"author": "Evgeny Reznichenko <[email protected]>",
66
"dependencies": {},
77
"devDependencies": {
@@ -11,7 +11,9 @@
1111
},
1212
"repository": "https://github.com/zxcabs/node-proxy-cache",
1313
"main": "./lib/index.js",
14-
"scripts": {},
14+
"scripts": {
15+
"test": "NODE_ENV=test ./node_modules/.bin/mocha -r should -R spec"
16+
},
1517
"engines": {
1618
"node": "0.10"
1719
}

readme.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# http-proxy-cache
2+
==================
3+
[![Build Status](https://api.travis-ci.org/zxcabs/node-proxy-cache.png)](https://api.travis-ci.org/zxcabs/node-proxy-cache)
24

3-
====
45

56
http caching proxy for the development clients to different websites and api

test/cachedir/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
*
33
# Except this file
44
!.gitignore
5+

0 commit comments

Comments
 (0)