ci.sh now calls mocha directly so that it can pass the port from jenkins and use the jenkins reporter

This commit is contained in:
Spencer Alger
2014-01-15 14:41:57 -07:00
parent 67974dc16f
commit d4c0f71419
3 changed files with 36 additions and 7 deletions

View File

@ -1,6 +1,7 @@
#!/usr/bin/env bash
export VERBOSE="true"
export JENKINS="true"
HERE="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
source $HERE/ci.sh