Skip to content

Commit

Permalink
[add] travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Simpcyclassy committed Oct 17, 2019
1 parent bae9eb4 commit 83ccf23
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .travis.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
language: node_js

node_js:
- 10.16.3

sudo:
required

cache:
directories:
- node_modules

install:
- npm install

services:
- mongodb
- redis-server

script:
- npm test

after_success:
- npm run coverage

0 comments on commit 83ccf23

Please sign in to comment.