diff --git a/circle.yml b/circle.yml
index abd2bfcbe042299a843b34bb6ada4840e6c8bf99..696adb50b8d9106fd626bfd16638dff6305c53ae 100644
--- a/circle.yml
+++ b/circle.yml
@@ -1,18 +1,12 @@
-dependencies:
-  pre:
-    
-  override:
-    - godep go build ./cmd/erisdb
-
 dependencies:
   pre:
     - "sudo apt-get update && sudo apt-get install -y libgmp3-dev"
     - rm -rf ~/.go_workspace
-	- go get github.com/tools/godep
+    - go get github.com/tools/godep
   override:
     - go get -d -v .
     - "cd $GOPATH/src/github.com/$CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME && git checkout $CIRCLE_BRANCH"
-	- godep restore
+    - godep restore
     - godep go build ./cmd/erisdb -v
 
 test: