diff --git a/.travis.yml b/.travis.yml index 21a44f26b64..d4d4a8f11ac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,10 @@ matrix: # Test web application frontend - env: ACTION=gulp language: node_js - node_js: '4.3' + # We currently build production against Alpine v3.4: + # + # https://pkgs.alpinelinux.org/packages?name=nodejs&branch=v3.4 + node_js: '6.2' before_install: npm install gulp-cli script: gulp test cache: