Skip to content

Commit

Permalink
Install the same version of Node we use in production
Browse files Browse the repository at this point in the history
This should also[1] fix the issues we've been seeing with intermittent
build failures on Travis.

[1]: npm/registry#10 (comment)
  • Loading branch information
nickstenning committed Sep 28, 2016
1 parent cf6c786 commit cc71f6c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cc71f6c

Please sign in to comment.