travis: ignore experimental branch

This commit is contained in:
Sebastian McKenzie
2014-11-03 18:26:50 +11:00
parent c17878913b
commit 5deeae1aa2

View File

@@ -3,6 +3,10 @@ node_js:
- "0.10"
- "0.11"
branches:
except:
- experimental
before_script: "npm install -g codeclimate-test-reporter"
script: "make test-travis"