aboutsummaryrefslogtreecommitdiff
path: root/travis.sh
diff options
context:
space:
mode:
authorJosh Haberman <jhaberman@gmail.com>2015-12-21 15:18:17 -0800
committerJosh Haberman <jhaberman@gmail.com>2015-12-21 15:22:49 -0800
commite9cf31e68b8c5c20b8d1155b01260aca4006cfd2 (patch)
tree772f921ee2cc885a6df7a0a04ad1cf8f23cb44cb /travis.sh
parent27b2423d6a73f0a3c9f05021052067a485a84397 (diff)
downloadprotobuf-e9cf31e68b8c5c20b8d1155b01260aca4006cfd2.tar.gz
protobuf-e9cf31e68b8c5c20b8d1155b01260aca4006cfd2.tar.bz2
protobuf-e9cf31e68b8c5c20b8d1155b01260aca4006cfd2.zip
Added README and enabled JavaScript tests on Node.js
Diffstat (limited to 'travis.sh')
-rwxr-xr-xtravis.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/travis.sh b/travis.sh
index 4b9ad106..27e4990f 100755
--- a/travis.sh
+++ b/travis.sh
@@ -273,6 +273,11 @@ build_jruby() {
cd ruby && bash travis-test.sh jruby && cd ..
}
+build_javascript() {
+ internal_build_cpp
+ cd js && npm install && gulp test && cd ..
+}
+
# -------- main --------
if [ "$#" -ne 1 ]; then