biggis-project / path-optimizer

Former `heatstressrouting` shiny-based app
MIT License
2 stars 2 forks source link

Integrate with Travis-CI and Docker Hub #9

Open vsimko opened 7 years ago

vsimko commented 7 years ago

Expected behaviour

The repository should use Travis-CI for continuous integration. During the build phase, the docker images should be uploaded to dockerhub, so that people can pull the images without building them.

Actual behavior

Currently, the user has to:

See also https://github.com/biggis-project/biggis-infrastructure how this can be done.

vsimko commented 7 years ago

I've just activated build for this project on travis and a dummy .travis.yml file.