From 10fc769c55249afa8c7c1becf5882eea17a84c7a Mon Sep 17 00:00:00 2001 From: Mirza Kapetanovic Date: Wed, 25 Feb 2015 17:18:43 +0100 Subject: [PATCH] Add node versions to travis conf --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0549590..54a9470 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,6 @@ language: node_js +node_js: + - "0.12" + - "0.10" before_script: - - npm install \ No newline at end of file + - npm install