diff --git a/circle.yml b/circle.yml index 7504f33b99..12f2457700 100644 --- a/circle.yml +++ b/circle.yml @@ -1,15 +1,8 @@ -machine: - node: - version: 4.1.0 - ruby: - version: 2.2.3 test: override: - - # gulp karma - echo "Automatically marking tests as passing for now" deployment: tasks: branch: master commands: - - gulp docs - - ./script/ci/push-docs.sh + - ./script/ci/deploy.sh