Re-enable experimental branch on Travis

This commit is contained in:
Jo Liss
2015-03-27 21:32:50 +00:00
parent 463112517f
commit 6149e6325f

View File

@@ -4,10 +4,6 @@ node_js:
- "0.12"
- "iojs"
branches:
except:
- experimental
before_script: "npm install -g codeclimate-test-reporter"
script: "make test-travis"