commit 84fe5c241804ca7b1b56e39e26164a64aabfed17 parent f94fc53c0571f268e32fab6725eb4f950478f38e Author: Konstantin Tarkus <hello@tarkus.me> Date: Fri, 27 Feb 2015 09:03:22 +0300 Update .travis.yml Diffstat:
| M | .travis.yml | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/.travis.yml b/.travis.yml @@ -1,3 +1,8 @@ language: node_js node_js: + - iojs + - '0.12' - '0.10' +matrix: + allow_failures: + - node_js: iojs