From e2020ca124524042e7126cb5715cb9f158d9214a Mon Sep 17 00:00:00 2001 From: ficristo Date: Mon, 5 Sep 2016 19:04:35 +0200 Subject: [PATCH] Travis: test against node 6 Closes #11748 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5f431ee20ee..464408502fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: node_js sudo: false # use container-based Travis infrastructure node_js: - - "0.10" + - "6" before_script: - npm install -g grunt-cli - npm install -g jasmine-node