diff --git a/.travis.yml b/.travis.yml index bd8ae27364..20d97819a0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ sudo: false language: node_js node_js: -- "5.1" +- "5.8" env: TEST_DATABASE_URL=postgres://postgres@localhost:5432/unleash_test before_script: - echo '--timeout 10000' > test/mocha.opts diff --git a/Dockerfile b/Dockerfile index 68cf1faf70..f916eb2c26 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:4.2.2 +FROM node:5.8 COPY . .