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-03-13 04:33:40 +0400
committerJohannes Ewald <mail@johannesewald.de>2013-03-13 04:33:40 +0400
commitce7cbc88e6913e9039304126cce66e00f10166c7 (patch)
tree56d3715ffc776fedd26277eab336ac5b95246325 /.travis.yml
parentdf5285aa66df5855d1a9eee8f1ede1b4a192abb6 (diff)
- Added deprecation warning for client-side bundlers
- Updated package.json for node v0.10 - Removed tests for client-side bundlers - Updated .travis.yml for node v0.10 - Updated README
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index aae0874..42f9d90 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,7 @@
language: node_js
node_js:
- 0.8
- - 0.9
+ - "0.10"
script:
- npm test \ No newline at end of file