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
1 changed files with 3 additions and 0 deletions

View File

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