#!/bin/sh

set -e

unset http_proxy
unset https_proxy
unset HTTP_PROXY
unset HTTPS_PROXY
unset no_proxy

vows
cd cli
vows
cd ..
