Skip to content

Commit 67f3c2b

Browse files
committed
ci(circle): change build order to cache deps
1 parent a14b423 commit 67f3c2b

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

Diff for: circle.yml

+9-3
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,15 @@ dependencies:
2222
# builds. If you need to, you can add custom paths to cache:
2323
cache_directories:
2424
- "test/fixtures/node_modules"
25-
# post:
26-
# - wget https://saucelabs.com/downloads/sc-latest-linux.tar.gz
27-
# - tar -xzf sc-latest-linux.tar.gz
25+
override:
26+
- gulp updateFixtures:test
27+
- gulp installFixtures
28+
post:
29+
- gulp build
30+
31+
test:
32+
override:
33+
- gulp test
2834

2935
## Custom notifications
3036
#notify:

0 commit comments

Comments
 (0)