1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00

Add testem and phantom to circleCI pre-script

This commit is contained in:
Dan Finlay 2016-07-22 16:28:35 -07:00
parent c15ff7164e
commit bf1bfdf87a

View File

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