From 5826a25bb9844c4fff2cbb2983f7253d1bb882a6 Mon Sep 17 00:00:00 2001 From: Ivar Date: Wed, 16 Mar 2016 20:44:49 +0100 Subject: [PATCH] Upgrade to node 5.8 --- .travis.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 . .