What is the current workflow to debug Travis builds locally?

前端 未结 3 435
野趣味
野趣味 2021-01-30 17:14

One used to be able to download Vagrant boxes to debug Travis builds (for GitHub projects for instance). Apparently, this is no longer possible, so how do people currently debug

3条回答
  •  萌比男神i
    2021-01-30 17:40

    I had a crack at making a docker file for JVM builds here which works well for me. It is based of the travis published containers and utilises the Travis CLI and Travis Build projects to be able to run your .travis.yml file within a docker container.

    A built JVM image is on docker hub.

提交回复
热议问题