From 911afa0d9a2bffc27ce0b6bbd95125b8683f4a2f Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Tue, 16 Feb 2016 21:32:52 -0800 Subject: [PATCH 1/2] added circleci badge. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e9261b..12f2dc2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # FileFog Provider -[![wercker status](https://app.wercker.com/status/c3bb4d48188269dc181811337609d57b/s "wercker status")](https://app.wercker.com/project/bykey/c3bb4d48188269dc181811337609d57b)[![Dependency Status](https://gemnasium.com/filefog/filefog-box.png)](https://gemnasium.com/filefog/filefog-box) +[![Circle CI](https://circleci.com/gh/filefog/filefog-box.svg?style=svg)](https://circleci.com/gh/filefog/filefog-box) A [Filefog](https://github.com/filefog/filefog) adapter for Box.net. From cef32a2d73c31ee4bcd14c216ea6ef4cdddf5796 Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Tue, 16 Feb 2016 21:59:09 -0800 Subject: [PATCH 2/2] add env var. --- circle.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/circle.yml b/circle.yml index 48271cb..4950b7a 100644 --- a/circle.yml +++ b/circle.yml @@ -16,4 +16,5 @@ test: -e CIRCLE_PROJECT_REPONAME -e CAPSULE_SOURCE_GITHUB_ACCESS_TOKEN -e CAPSULE_NODE_AUTH_TOKEN + -e GITHUB_ACCESS_TOKEN analogj/capsulecd:node \ No newline at end of file