From 8ea175b42b34ed712f270b9c42bba75867830bd4 Mon Sep 17 00:00:00 2001 From: Ionitron Date: Wed, 18 Nov 2015 15:33:01 -0600 Subject: [PATCH] chore(ci): tweaking circle.yml --- circle.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) 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