From 149c7c534c23ebf353be8f8140a1f9c1fe947dce Mon Sep 17 00:00:00 2001 From: Leonardo Galli Date: Mon, 12 Feb 2018 16:21:21 +0100 Subject: [PATCH] @cosmetic update config. --- circle.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/circle.yml b/circle.yml index ca687411a..7d1732474 100644 --- a/circle.yml +++ b/circle.yml @@ -28,5 +28,5 @@ dependencies: test: override: - - build.sh - - test.sh Linux Unit + - ./build.sh + - ./test.sh Linux Unit