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

Revert "fix: build on node 10 and 12"

This reverts commit d7165e02d3.
This commit is contained in:
ivaosthu 2019-08-27 22:50:32 +02:00
parent d7165e02d3
commit a98ba18a46

View File

@ -2,7 +2,6 @@ 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