Commit Graph

5 Commits

Author SHA1 Message Date
Carolyn Van Slyck
f1efadeed3 Run E2E tests during CI (#363)
* Use go1.11beta2 instead of vgo

* Make the go 1.11 source directory configurable

Don't error out if it's been cloned already

* Add end-to-end (e2e) tests

* Make sure the repo bin is on the path

* Call the dev target from setup-dev-env

* Use the same dev setup on travis and locally
2018-08-03 16:40:33 +02:00
Michal Pristas
1c769b5adb fetch origin master (#389) 2018-08-03 07:19:45 -07:00
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
Rob j Loranger
6ebc8f0c85 add check for gopkgs to run dep ensure on changes (#268)
* add check for gopkgs to run dep ensure on changes

also remove windows line endings on .travis.yml again

* clean up script
2018-07-14 20:48:09 +02:00
Aaron Schlesinger
91b4f9c876 WIP: always downloading a fixed buffalo CLI version (#230)
* always downloading a fixed buffalo CLI version

As of this writing, latest is v0.12.3

* moving the buffalo binary to a permitted place

also making the binary executable

* composing buffalo URL with tar_gz env var
2018-07-09 14:23:45 -07:00