Files
athens/scripts/get_dev_tools.sh
Marwan Sulaiman 322ff26694 Do not download modules during CI build (#815)
* Do not download modules during CI build

* install golint in non module system

* Use vendor in tests + update vendor dir

* mod tidy
2018-10-24 14:34:06 -07:00

10 lines
189 B
Bash
Executable File

#!/bin/bash
# install_dev_deps.sh
# Ensure that the tools needed to build locally are present
set -xeuo pipefail
GO111MODULE=off go get golang.org/x/lint/golint
./scripts/get_buffalo.sh