THRIFT-3747 Duplicate node.js build on Travis-CI

This closes #953
diff --git a/.travis.yml b/.travis.yml
index 8b70889..33a32d8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -68,7 +68,7 @@
 
     - TEST_NAME="Java Lua Perl PHP Python Ruby Dart (automake)"
       BUILD_CMD="../autotools.sh"
-      BUILD_ARG="--without-cpp --without-haskell --without-c_glib --without-csharp --without-d --without-erlang --without-go --without-haxe"
+      BUILD_ARG="--without-cpp --without-haskell --without-c_glib --without-csharp --without-d --without-erlang --without-go --without-haxe --without-nodejs"
 
     # These are flaky (due to cabal and npm network/server failures) and also have lengthy output
     - TEST_NAME="Haskell Node.js (automake)"