Browse Source

add yarn build:all to .travis.yml

pull/127/head
Valentin Zickner 4 years ago
parent
commit
b0d50fed09
  1. 1
      .travis.yml

1
.travis.yml

@ -8,3 +8,4 @@ before_script:
script:
- yarn format:check
- yarn test
- yarn build:all

Loading…
Cancel
Save