StationA / tilenol

Scalable, multi-backend geo vector tile server
MIT License
22 stars 6 forks source link

[CI] Update Travis CI config to build the Docker image per #8 #14

Closed jerluc closed 4 years ago

jerluc commented 4 years ago

This small change updates our Travis CI build configuration to attempt to build the Docker image, which in itself manages to isolate the build environment, compile the code, and run unit tests.

This config does not yet automatically publish builds to Github or Dockerhub, but I figure we can defer that to a later time.