From 8f327fa4390d2e5fab51cf42b3da27bc5b068343 Mon Sep 17 00:00:00 2001 From: Abhinav Adduri Date: Mon, 17 Jul 2017 10:19:53 -0700 Subject: [PATCH] testing circle --- .eslintignore | 3 ++- circle.yml | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.eslintignore b/.eslintignore index d306a64c..e4d505af 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,3 +1,4 @@ public/bundle.js public/webcrypto-shim.js -test/frontend/bundle.js \ No newline at end of file +test/frontend/bundle.js +/home/ubuntu/send/firefox \ No newline at end of file diff --git a/circle.yml b/circle.yml index 74ea0d50..f8711594 100644 --- a/circle.yml +++ b/circle.yml @@ -4,6 +4,8 @@ machine: services: - docker - redis + environment: + PATH: "/home/ubuntu/send/firefox:$PATH" dependencies: pre: