diff --git a/.travis.yml b/.travis.yml index a429c86..f4bc242 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,10 +3,9 @@ node_js: - '10' before_install: - export TZ=America/New_York -jobs: - include: - - stage: build - script: 'npm run build' +script: + - 'npm test' + - 'npm run build' deploy: on: tags: true