Feature/travis (#77)
* integrate travis * fix prettier transactions-page.component.ts * change base branch to main * fetch all branches in .travis.yml
This commit is contained in:
9
.travis.yml
Normal file
9
.travis.yml
Normal file
@ -0,0 +1,9 @@
|
||||
language: node_js
|
||||
git:
|
||||
depth: false
|
||||
node_js:
|
||||
- 14
|
||||
before_script:
|
||||
- yarn
|
||||
script:
|
||||
- yarn format:check
|
Reference in New Issue
Block a user