1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-09 00:18:00 +01:00

fix(travis): Update build to also verify node 10.

closes #322
This commit is contained in:
Ivar Conradi Østhus 2018-11-17 11:32:02 +01:00
parent da1aa6b873
commit e15d35ad0f

View File

@ -2,6 +2,7 @@ sudo: false
language: node_js language: node_js
node_js: node_js:
- '8' - '8'
- '10'
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