Browse Source

add yarn build:all to .travis.yml (#127)

pull/128/head
Valentin Zickner 4 years ago
committed by GitHub
parent
commit
bafdce56ad
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  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