diff --git a/.travis.yml b/.travis.yml index 8763a13..366e5e7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,11 @@ language: node_js node_js: - "0.10" +# Build only master (and pull-requests) +branches: + only: + - master + # Services setup services: - mongodb