diff --git a/.travis.yml b/.travis.yml index f31f987a..433a6eeb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,10 +9,7 @@ matrix: - node_js: 10 script: - - npm run lint - - npm run build - - npm run coverage - - npm run report + - npm run lint && npm run build && npm run coverage && npm run report notifications: email: