Feature/travis (#77)
* integrate travis * fix prettier transactions-page.component.ts * change base branch to main * fetch all branches in .travis.ymlpull/78/head
parent
7099edc591
commit
ebae2f4ec9
@ -0,0 +1,9 @@
|
|||||||
|
language: node_js
|
||||||
|
git:
|
||||||
|
depth: false
|
||||||
|
node_js:
|
||||||
|
- 14
|
||||||
|
before_script:
|
||||||
|
- yarn
|
||||||
|
script:
|
||||||
|
- yarn format:check
|
Loading…
Reference in new issue