summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorHenrique <henrique@henrique-vb.(none)>2013-05-11 19:29:19 +0200
committerHenrique <henrique@henrique-vb.(none)>2013-05-11 20:41:22 +0200
commit08c34eae979c7a1246bc1b598724d56b147dd2f2 (patch)
tree2817bf462a2751dc08007aea97875d8608475a87 /.travis.yml
parent4a35d4c4d3655791e5b49cf43bb336e865c37deb (diff)
downloadthrift-08c34eae979c7a1246bc1b598724d56b147dd2f2.tar.gz
THRIFT-1967 Node.js tests don't cover all services
Patch: Henrique Mendonça align with the tests we have for the original JS and C++ libraries it also corrects two small bugs on the test server and add nodejs to travis and make check
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 64f658d13..7e654f3c7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -48,6 +48,10 @@ before_install:
- sudo apt-get install -qq ghc6 cabal-install libghc6-binary-dev libghc6-network-dev libghc6-http-dev
# Thrift Compiler for Windows
- sudo apt-get install -qq mingw32 mingw32-binutils mingw32-runtime
+# node.js
+ - sudo apt-get install -qq nodejs npm
+ - sudo npm install nodeunit -g
+ - cd lib/nodejs; npm install; cd ../..
install:
@@ -66,4 +70,3 @@ script:
# TODO: add these steps
# - sh bootstrap.sh ; sh contrib/mingw-cross-compile.sh
# - sh bootstrap.sh ; dpkg-buildpackage -tc
-