1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-01 00:08:27 +01:00

travis should also use latest node

This commit is contained in:
ivaosthu 2015-12-01 13:14:16 +01:00
parent 3fb86a2803
commit aed00c2278

View File

@ -1,7 +1,7 @@
sudo: false sudo: false
language: node_js language: node_js
node_js: node_js:
- "0.10" - "5.1"
env: TEST_DATABASE_URL=postgres://postgres@localhost:5432/unleash_test env: TEST_DATABASE_URL=postgres://postgres@localhost:5432/unleash_test
before_script: before_script:
- echo '--timeout 10000' > test/mocha.opts - echo '--timeout 10000' > test/mocha.opts