diff --git a/.travis.yml b/.travis.yml index acecd9c..641bb3f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,5 +8,5 @@ node_js: - "0.10" branches: only: - - master + - master after_script: "npm run test:dist && npm run coverage && npm run coveralls"