Use node 4 for travis and docker
This commit is contained in:
parent
3b92c6109b
commit
d486a8595b
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- "5"
|
||||
- "4"
|
||||
env:
|
||||
- CXX=g++-4.8
|
||||
addons:
|
||||
|
|
|
@ -7,7 +7,7 @@ RUN apt-get -qq update \
|
|||
build-essential \
|
||||
python \
|
||||
xvfb \
|
||||
&& curl -sL https://deb.nodesource.com/setup_5.x | bash - \
|
||||
&& curl -sL https://deb.nodesource.com/setup_4.x | bash - \
|
||||
&& apt-get -y install nodejs \
|
||||
&& apt-get clean
|
||||
|
||||
|
|
Loading…
Reference in a new issue