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

fix: build on node 10 and 12

This commit is contained in:
ivaosthu 2019-08-27 21:52:47 +02:00
parent 9af4c5557d
commit fc8816813d

View File

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