git clone [email protected]:goombaio/dag.git
cd dag
export GO111MODULE=on # ref: https://dave.cheney.net/2018/07/16/using-go-modules-with-travis-ci
make deps
make dev-deps
make test
git clone [email protected]:goombaio/dag.git
cd dag
export GO111MODULE=on # ref: https://dave.cheney.net/2018/07/16/using-go-modules-with-travis-ci
make deps
make dev-deps
make test