Use node 4 for travis and docker

This commit is contained in:
Petr Sloup 2016-04-18 11:05:52 +02:00
parent 3b92c6109b
commit d486a8595b
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
language: node_js
node_js:
- "5"
- "4"
env:
- CXX=g++-4.8
addons:

View file

@ -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