UNPKG

aviation-api

Version:

[![Build Status](https://travis-ci.org/cristobal-io/aviation-api.svg?branch=master)](https://travis-ci.org/cristobal-io/aviation-api)

17 lines (12 loc) 274 B
sudo: required language: node_js node_js: - "6" services: - docker before_install: - docker-compose up -d db data geoip # We cant use the default pg port if we want to be able to # re-use the docker-compose.yml env: - PG_PORT=5000 DB_PORT=5000 POSTGRES_PORT=500