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:
Valentin Zickner
2021-05-11 17:43:35 +02:00
committed by GitHub
parent 7099edc591
commit ebae2f4ec9
3 changed files with 15 additions and 4 deletions

9
.travis.yml Normal file
View File

@ -0,0 +1,9 @@
language: node_js
git:
depth: false
node_js:
- 14
before_script:
- yarn
script:
- yarn format:check