up8-ticket

Securely generate UP8-compatible, @q-encoded master tickets.
git clone git://git.jtobin.io/up8-ticket.git
Log | Files | Refs | README | LICENSE

.travis.yml (122B)


      1 language: node_js
      2 node_js:
      3   - '12'
      4 cache:
      5   directories:
      6     - "node_modules"
      7 
      8 script:
      9   - npm run lint
     10   - npm run test