From eebd0f17ce187cc4d2c36822c8b981cd762d9be3 Mon Sep 17 00:00:00 2001 From: FotoVerite Date: Mon, 17 Feb 2014 21:49:59 -0500 Subject: fixes travis.yml to actually run. --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1cbca686..ec431251 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ language: node_js - node_js: - - 0.8 - - 0.10 + - "0.11" + - "0.10" + - "0.8" + - "0.6" \ No newline at end of file -- cgit v1.2.3