Sign in
apache
/
pouchdb
/
refs/heads/4849
/
.
/
bin
/
build-node.sh
blob: d819c6dbfee78b643463670c172a507ecda29dbd [
file
] [
log
] [
blame
]
#!/usr/bin/env bash
# Don't rebuild in Travis; only during development. This screws with
# our coverage/unit tests (https://github.com/pouchdb/pouchdb/issues/4767)
if
[[
-
z $TRAVIS
]];
then
node
./
bin
/
build
.
js node
fi