aboutsummaryrefslogblamecommitdiffstats
path: root/circle.yml
blob: 2ea60bb9dcb4739764df0b5149681137d15659a0 (plain) (tree)
1
2
3
4
5
6
7
8
9

        
                  


                       
                      

           
                 
machine:
  node:
    version: 8.1.4
dependencies:
  pre:
    - "npm i -g testem"
    - "npm i -g mocha"
test:
  override:
    - "npm run ci"