diff --git a/circle.yml b/circle.yml index 613c4d90118..f4eae718e34 100644 --- a/circle.yml +++ b/circle.yml @@ -21,9 +21,8 @@ dependencies: test: override: - - echo "test" - # - godep go test -v ./pkg/... - # - ./node_modules/grunt-cli/bin/grunt test + - godep go test -v ./pkg/... + - ./node_modules/grunt-cli/bin/grunt test deployment: develop: