Add - "npm i -g mocha" to circle

feature/default_network_editable
Frankie 8 years ago
parent 11c6c63d76
commit 4c46997c4a
  1. 1
      circle.yml

@ -4,6 +4,7 @@ machine:
dependencies:
pre:
- "npm i -g testem"
- "npm i -g mocha"
override:
- sudo apt-get install libxss1 libappindicator1 libindicator7 lsb-base
- curl -L -o google-chrome.deb https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb

Loading…
Cancel
Save