diff --git a/.travis.yml b/.travis.yml index c8d60f2..b97350f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,5 +4,5 @@ node_js: - "8.4.0" script: - npm run lint -- npm build +- npm run build - npm test