summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Henderson <dhenderson@gmail.com>2017-05-29 23:27:41 -0400
committerDave Henderson <dhenderson@gmail.com>2017-05-29 23:27:41 -0400
commit3d9cb2a61793758b764d2e7e151d1ec64a4c8db9 (patch)
tree0e36a38b6f26ec4d17c7bb4b0f14ff9553c09672
parent09965b294fdd63bc3de3810799b851ae0ec69e3a (diff)
Simplify circle config slightly
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
-rw-r--r--circle.yml7
1 files changed, 2 insertions, 5 deletions
diff --git a/circle.yml b/circle.yml
index 82ea36a8..51788a10 100644
--- a/circle.yml
+++ b/circle.yml
@@ -10,11 +10,8 @@ jobs:
- checkout
- run: make build
- run:
- name: Unit Tests
- command: |
- set -e
- set -o pipefail
- make test | go-junit-report > $CIRCLE_TEST_REPORTS/report.xml
+ name: make test
+ command: make test | go-junit-report > $CIRCLE_TEST_REPORTS/report.xml
- run: make lint
- run: make test-integration
- store_artifacts: