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
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "5"
|
- "4"
|
||||||
env:
|
env:
|
||||||
- CXX=g++-4.8
|
- CXX=g++-4.8
|
||||||
addons:
|
addons:
|
||||||
|
|
|
@ -7,7 +7,7 @@ RUN apt-get -qq update \
|
||||||
build-essential \
|
build-essential \
|
||||||
python \
|
python \
|
||||||
xvfb \
|
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 -y install nodejs \
|
||||||
&& apt-get clean
|
&& apt-get clean
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue