From 0edde11d781eb2834561db30c4b4a4778e27907c Mon Sep 17 00:00:00 2001 From: "M. Saiqul Haq" Date: Thu, 31 Jul 2014 08:18:31 +0700 Subject: [PATCH] chore(travis): node js version should between quotes node js version should between quotation marks based on http://docs.travis-ci.com/user/languages/javascript-with-nodejs/ Closes #213 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a368e661a0..768fb150bd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: node_js node_js: - - 0.10 + - "0.10" before_script: - export DISPLAY=:99.0