Adding build to travis steps

This commit is contained in:
Knut Sveidqvist
2019-09-18 19:01:58 +02:00
parent 4411a26002
commit c26135780d

View File

@@ -5,6 +5,7 @@ node_js:
cache: cache:
npm: false npm: false
script: script:
- yarn build
- yarn test --coverage - yarn test --coverage
- yarn e2e - yarn e2e
after_success: after_success: