diff --git a/.travis.yml b/.travis.yml index e021160..a3fdc7f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,3 +9,6 @@ script: - npm run coverage after_success: - npx nyc report --reporter=text-lcov | npx coveralls +branches: + only: + - master