From d020a54aa7876e39fceda018779b3ab8cb26c377 Mon Sep 17 00:00:00 2001 From: Riyaz Faizullabhoy Date: Fri, 12 May 2017 11:10:48 -0700 Subject: [PATCH] Sample circle yml, not hooked in yet Signed-off-by: Riyaz Faizullabhoy --- circle.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 circle.yml diff --git a/circle.yml b/circle.yml new file mode 100644 index 000000000..75eb965e2 --- /dev/null +++ b/circle.yml @@ -0,0 +1,3 @@ +test: + override: + - make test \ No newline at end of file