nbot

A clone of the eBot by @deStrO fully based on node.js with build in Web Page - WIP
git clone git://archive.git.mtrnord.blog/MTRNord/nbot.git
Log | Files | Refs | README | LICENSE

circle.yml (283B)


      1 machine:
      2   node:
      3     version: 5.8.0
      4   environment:
      5       MOCHA_FILE: "$CIRCLE_TEST_REPORTS/test-results.xml"
      6 dependencies:
      7   override:
      8     - npm install
      9     - npm install --dev
     10 general:
     11   artifacts:
     12     - "coverage" # relative to the user's home directory
     13     - $CIRCLE_TEST_REPORTS