From: Feross Aboukhadijeh Date: Fri, 7 Mar 2014 06:12:42 +0000 (-0800) Subject: don't test in node 0.8 X-Git-Url: https://zoso.dev/?a=commitdiff_plain;h=5ef500b6cd44184e4002d9e08802ba8f1976201b;p=buffer.git don't test in node 0.8 --- diff --git a/.travis.yml b/.travis.yml index a12e3f0..1416d60 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ language: node_js node_js: - - "0.8" - - "0.10" \ No newline at end of file + - "0.10" + - "0.11" \ No newline at end of file