From aed00c22783cd23417ea1e2cb4ec97b4b747e9fb Mon Sep 17 00:00:00 2001 From: ivaosthu Date: Tue, 1 Dec 2015 13:14:16 +0100 Subject: [PATCH] travis should also use latest node --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1e9709de21..bd8ae27364 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ sudo: false language: node_js node_js: -- "0.10" +- "5.1" env: TEST_DATABASE_URL=postgres://postgres@localhost:5432/unleash_test before_script: - echo '--timeout 10000' > test/mocha.opts