diff options
| author | Dave Henderson <dhenderson@gmail.com> | 2019-10-04 22:11:14 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-04 22:11:14 -0400 |
| commit | 7724a8d8e6b0437b151cbfc5f4ca2ee5695d0bf8 (patch) | |
| tree | 455dfab012bc2596d5d91e8636f5b039111ba1dd /vendor/github.com/Shopify/ejson/dev.yml | |
| parent | 3ecf5c37428c072b672b825fcc9493de6e1c5df7 (diff) | |
| parent | 3943a8d2c7236f6fa3941f93fe495d1aedb0b12b (diff) | |
Merge pull request #598 from hairyhenderson/go-modules
Moving to go modules
Diffstat (limited to 'vendor/github.com/Shopify/ejson/dev.yml')
| -rw-r--r-- | vendor/github.com/Shopify/ejson/dev.yml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/vendor/github.com/Shopify/ejson/dev.yml b/vendor/github.com/Shopify/ejson/dev.yml new file mode 100644 index 00000000..ca552fc6 --- /dev/null +++ b/vendor/github.com/Shopify/ejson/dev.yml @@ -0,0 +1,16 @@ +name: ejson + +up: + - homebrew: + - glide + - ruby: 2.3.3 + - go: 1.8.3 + - bundler + - custom: + name: Install vendored dependencies + met?: test -e vendor + meet: glide install + +commands: + build: make + test: go test $(glide nv) |
