Skip to content

Commit

Permalink
Merge branch 'develop' into ft-add-authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
ebenezerdon committed Oct 19, 2018
2 parents d845f7e + da2bd65 commit b0621e3
Show file tree
Hide file tree
Showing 11 changed files with 1,238 additions and 269 deletions.
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
language: node_js
node_js:
- "stable"

install:
- npm install

test:
- npm test

after_success:
npm run coverage
- npm run coverage-report
Loading

0 comments on commit b0621e3

Please sign in to comment.