Build only master and PRs on CI

This commit is contained in:
Rowan Manning
2015-07-06 09:39:42 +01:00
parent d6bc045d52
commit 3b4557d75d

View File

@@ -4,6 +4,11 @@ language: node_js
node_js:
- "0.10"
# Build only master (and pull-requests)
branches:
only:
- master
# Services setup
services:
- mongodb