Add testem and phantom to circleCI pre-script

feature/default_network_editable
Dan Finlay 8 years ago
parent c15ff7164e
commit bf1bfdf87a
  1. 3
      circle.yml

@ -1,3 +1,6 @@
machine:
node:
version: 6.0.0
pre:
- "npm i -g testem"
- "npm i -g phantomjs"

Loading…
Cancel
Save