summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorNobuaki Sukegawa <nsuke@apache.org>2016-03-18 02:50:06 +0900
committerNobuaki Sukegawa <nsuke@apache.org>2016-03-18 04:40:16 +0900
commit6505312e0ad23795f84161db190b5a426fff6b42 (patch)
treee7a5a283993d8fea53bd79c9815123babd18e11a /.travis.yml
parent55499b8802d13c41224b1b6922efa76eaa5da133 (diff)
downloadthrift-6505312e0ad23795f84161db190b5a426fff6b42.tar.gz
THRIFT-3747 Duplicate node.js build on Travis-CI
This closes #953
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 8b708895b..33a32d8d8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -68,7 +68,7 @@ env:
- 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)"