diff --git a/.travis.yml b/.travis.yml index 989924dc32c92..7d937dfb22870 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,3 +13,13 @@ os: matrix: fast_finish: true + exclude: + - os: osx + node_js: '4' + - os: osx + node_js: '0.10' + +branches: + only: + - master + - transforms \ No newline at end of file