diff --git a/.travis.yml b/.travis.yml index c20626f3a..dd1f0560e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,5 +4,6 @@ node_js: - "10" script: - yarn test --coverage + - yarn e2e after_success: - cat ./coverage/lcov.info | ./node_modules/.bin/coveralls