diff --git a/.travis.yml b/.travis.yml index 39e1609..089d620 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,4 +3,7 @@ node_js: - 0.6 - 0.8 - '0.10' - + - 0.11 +matrix: + allow_failures: + - node_js: 0.11 \ No newline at end of file