Skip to content

Commit

Permalink
Skipping coverage for now
Browse files Browse the repository at this point in the history
  • Loading branch information
davglass committed Nov 8, 2012
1 parent c8575e6 commit af86799
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/common/travis/before.sh
Expand Up @@ -16,7 +16,7 @@ if [ -n "$TRAVIS" ]; then
npm -g install yogi -loglevel silent
cd ../
echo "building entire library";
shifter --walk --no-lint --istanbul
shifter --walk --no-lint --cache
cd yui;
else
make npm
Expand Down
9 changes: 5 additions & 4 deletions src/common/travis/test.sh
Expand Up @@ -20,17 +20,18 @@ con=""
timeout=""
cli=""
extra=""

if [ -n "$TRAVIS" ]; then
con="-c 5 "
timeout="-t 400 "
con="-c 8 "
timeout="-t 500 "
if [ "${TRAVIS_NODE_VERSION}" = "0.8" ]; then
extra="-x editor -x yui-throttle -x scrollview --filter min"
extra="-x editor -x yui-throttle"
else
echo "Skipping Grover tests for this Node version (not needed)"
extra="--cli "
fi
fi

args="--coverage --istanbul ${timeout} ${con} ${extra}"
args="${timeout} ${con} ${extra}"
echo "yogi test ${args}"
${yogi} test ${args}

0 comments on commit af86799

Please sign in to comment.