From 67f3c2bf65f7f60a06d46ccebf8e16dde151e159 Mon Sep 17 00:00:00 2001 From: Andrew Koroluk Date: Fri, 9 Dec 2016 16:40:41 -0500 Subject: [PATCH] ci(circle): change build order to cache deps --- circle.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/circle.yml b/circle.yml index d244dfe1e..b6d85f753 100644 --- a/circle.yml +++ b/circle.yml @@ -22,9 +22,15 @@ dependencies: # builds. If you need to, you can add custom paths to cache: cache_directories: - "test/fixtures/node_modules" -# post: -# - wget https://saucelabs.com/downloads/sc-latest-linux.tar.gz -# - tar -xzf sc-latest-linux.tar.gz + override: + - gulp updateFixtures:test + - gulp installFixtures + post: + - gulp build + +test: + override: + - gulp test ## Custom notifications #notify: