1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

bump node version

This commit is contained in:
Ivar 2017-11-02 09:40:51 +01:00 committed by Ivar Conradi Østhus
parent 9a2350a819
commit 007a3c69f7

View File

@ -1,7 +1,7 @@
sudo: false
language: node_js
node_js:
- "6"
- "8"
env:
- DATABASE_URL=postgres://postgres@localhost:5432/unleash_test TEST_DATABASE_URL=postgres://postgres@localhost:5432/unleash_test
before_script: