Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rewire.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ewald <mail@johannesewald.de>2013-02-23 20:02:57 +0400
committerJohannes Ewald <mail@johannesewald.de>2013-02-23 20:02:57 +0400
commit6d84a780db61a2b80c20d53adddc9887c2300874 (patch)
tree4b8bb6f7e1072ec7220fe797aff97ffb4257e115 /.travis.yml
parent826b6190dae0901a89157e3eeba4e689a84f0d4a (diff)
- version bump to 1.1.0v1.1.0
- updated README and package.json - removed Makefile: Use npm test instead - added node 0.9 to travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index c92d608..aae0874 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,7 @@
language: node_js
node_js:
- 0.8
+ - 0.9
script:
- npm test \ No newline at end of file