Files
athens/scripts/get_dev_tools.sh
Carolyn Van Slyck 21cd7239db Make it easier to run all the same commands that Travis does (#362)
* Make it easier to run all the same commands that Travis does

* Add target to install dev tools

* Dirty a temp directory instead of the repo root

* Explain our new make targets

* Set a TMPDIR on travis

* Fix comment
2018-07-30 13:27:40 -07:00

11 lines
244 B
Bash
Executable File

#!/bin/bash
# install_dev_deps.sh
# Ensure that the tools needed to build locally are present
set -xeuo pipefail
go get github.com/golang/lint/golint
go get github.com/golang/dep/cmd/dep
go get -u -v golang.org/x/vgo
./scripts/get_buffalo.sh