From 8ee661248e68948c2ce7d66b23d793aa8b3a0113 Mon Sep 17 00:00:00 2001 From: Andrew Joslin Date: Thu, 29 May 2014 23:45:22 -0600 Subject: [PATCH] chore(): update circle.yml --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index c78cb335bd..ca2eedb340 100644 --- a/circle.yml +++ b/circle.yml @@ -11,4 +11,4 @@ dependencies: - npm install -g protractor gulp test: override: - - ./scripts/shippable/ci.sh + - ./scripts/snapshot/run.sh