mirror of https://github.com/pulumi/pulumi.git
9bf6c976bc
For some tools we used, like `dep` and `gometalinter` we were just calling `go install` which caused us to pick up whatever was in `HEAD` at that time. Now, we move to a model where we install fixed versions, which will change per milestone. While doing this, I changed the way our .travis.yml file runs everything to move as much as possible out into scripts and do so in a way that allows us to share as much common logic across our repositories. |
||
---|---|---|
.. | ||
travis | ||
common.mk |