We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 966b48b commit 8634fb2Copy full SHA for 8634fb2
circle.yml
@@ -20,12 +20,21 @@ checkout:
20
dependencies:
21
# we automatically cache and restore many dependencies between
22
# builds. If you need to, you can add custom paths to cache:
23
+ override:
24
+ - "npm install"
25
+ - "gulp updateFixtures:test && gulp installFixtures"
26
cache_directories:
27
- "test/fixtures/node_modules"
28
# post:
29
# - wget https://saucelabs.com/downloads/sc-latest-linux.tar.gz
30
# - tar -xzf sc-latest-linux.tar.gz
31
32
+test:
33
+ pre:
34
+ - gulp build
35
36
+ - gulp test
37
+
38
## Custom notifications
39
#notify:
40
notify:
0 commit comments