diff --git a/.travis.yml b/.travis.yml index 1c98e39b5c..85203cbdd4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,3 +19,7 @@ script: "make ci" after_success: - "make test-coverage" - "cat coverage/lcov.info | ./node_modules/.bin/coveralls" + +branches: + only: + - master