Skip to content

Commit

Permalink
chore(tests): build examples during CI (#646)
Browse files Browse the repository at this point in the history
  • Loading branch information
theKashey authored Oct 21, 2020
1 parent d84ca53 commit c000d24
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ branches:

script:
- yarn ci
- yarn --cwd examples/typescript && yarn --cwd examples/typescript build
- yarn --cwd examples/webpack/webpack4 && yarn --cwd examples/webpack/webpack4 build
- yarn --cwd examples/webpack/webpack5 && yarn --cwd examples/webpack/webpack5 build


notifications:
email: false

0 comments on commit c000d24

Please sign in to comment.