commit 543f9a3b608aeea8d140396c867fd59e6ee5c2fa parent 84fe5c241804ca7b1b56e39e26164a64aabfed17 Author: Konstantin Tarkus <hello@tarkus.me> Date: Fri, 27 Feb 2015 09:09:40 +0300 Allow build failures on Node.js 0.12 because of the issues with Jest Diffstat:
| M | .travis.yml | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.travis.yml b/.travis.yml @@ -6,3 +6,4 @@ node_js: matrix: allow_failures: - node_js: iojs + - node_js: '0.12'