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: