up8-ticket

Securely generate UP8-compatible, @q-encoded master tickets.
Log | Files | Refs | README | LICENSE

commit db5d63579383e685c3831637a1e78d72d0556f6c
parent dc050d8a2e33a1b87f9e1afc4bd8642a89c56c18
Author: Jared Tobin <jared@jtobin.io>
Date:   Tue, 22 Sep 2020 21:13:29 -0230

travis: add

Diffstat:
A.travis.yml | 10++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -0,0 +1,10 @@ +language: node_js +node_js: + - '12' +cache: + directories: + - "node_modules" + +script: + - npm run lint + - npm run test