diff options
Diffstat (limited to 'circle.yml')
-rw-r--r-- | circle.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/circle.yml b/circle.yml index 27884b2cc..f4b5d1002 100644 --- a/circle.yml +++ b/circle.yml @@ -1,6 +1,7 @@ machine: node: version: 6.0.0 +dependencies: pre: - "npm i -g testem" - "npm i -g phantomjs" |