1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-28 00:06:53 +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 committed by GitHub
parent d16bb196eb
commit 3140e7979b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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