Fix circle pre script

This commit is contained in:
Dan Finlay 2016-07-22 16:30:56 -07:00
parent bf1bfdf87a
commit ee3a2a65de
1 changed files with 3 additions and 3 deletions

View File

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