1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

fix: build on node 10 and 12

This commit is contained in:
ivaosthu 2019-08-27 22:36:43 +02:00 committed by Ivar Conradi Østhus
parent f380918810
commit 8c25cbbdaf

View File

@ -2,6 +2,7 @@ sudo: false
language: node_js
node_js:
- '10'
- '12'
env:
matrix:
- DATABASE_URL=postgres://postgres@localhost:5432/unleash_test TEST_DATABASE_URL=postgres://postgres@localhost:5432/unleash_test