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 <johannes.ewald@roomieplanet.de>2012-08-20 04:52:10 +0400
committerJohannes <johannes.ewald@roomieplanet.de>2012-08-20 04:52:10 +0400
commitd6889ee0eff962d0336a766d6009be0ac9bbce53 (patch)
tree039f14cf81acd97d2bb7dbbd41cea46829e3e977 /.travis.yml
parente70f1c0f4dac081ff9a3e8c3ee4469ea456752b7 (diff)
- Removed node 0.6 and 0.7 from .travis.yml
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml12
1 files changed, 5 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index 4d7ca34..c92d608 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,8 +1,6 @@
-language: node_js
-node_js:
- - 0.8
- - 0.7
- - 0.6
-
-script:
+language: node_js
+node_js:
+ - 0.8
+
+script:
- npm test \ No newline at end of file