clj-http-client/ext/travisci/test.sh
Nate Wolfe c45d4471a9 (MAINT) Improve travisci file
Add the :all test selector and set -e because they won't hurt, and we
were bit by the lack of these in other projects recently.
2015-02-12 17:12:05 -08:00

5 lines
37 B
Bash
Executable file

#!/bin/bash
set -e
lein2 test :all