(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.
This commit is contained in:
Nate Wolfe 2015-02-12 17:12:05 -08:00
parent 60030a3b30
commit c45d4471a9

View file

@ -1,3 +1,5 @@
#!/bin/bash #!/bin/bash
lein2 test set -e
lein2 test :all