Skip to content

Commit

Permalink
Beta 1 commit
Browse files Browse the repository at this point in the history
  • Loading branch information
erayhanoglu committed Nov 12, 2020
1 parent 79ee783 commit 86195d8
Show file tree
Hide file tree
Showing 60 changed files with 4,740 additions and 732 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ cache:
directories:
- "$HOME/.npm"
- node_modules
services:
- postgresql
before_script:
- psql -c 'create database test;' -U postgres
install:
- "npm install"
script:
Expand Down
Loading

0 comments on commit 86195d8

Please sign in to comment.