commit | 4fbb81c9bf1e4121efd699a66f0a7266b0633298 | [log] [tgz] |
---|---|---|
author | gunjan5 <gupatel@ciena.com> | Sat Jul 09 03:31:27 2016 -0700 |
committer | gunjan5 <gupatel@ciena.com> | Wed Jul 13 03:46:56 2016 -0700 |
tree | 8d07feac87ad8d4dbc6d626a9c708e68c396620b | |
parent | 66a60340fad9f58ecdde0c5be68f446e134cea82 [diff] [blame] |
Working service that accepts a POST REST call with params and responds with config-file JSON Change-Id: I70ac908c92c290d95c6373073184171673d86dc5 Signed-off-by: gunjan5 <gupatel@ciena.com>
diff --git a/config-generator/vendor/github.com/kelseyhightower/envconfig/.travis.yml b/config-generator/vendor/github.com/kelseyhightower/envconfig/.travis.yml new file mode 100644 index 0000000..e15301a --- /dev/null +++ b/config-generator/vendor/github.com/kelseyhightower/envconfig/.travis.yml
@@ -0,0 +1,7 @@ +language: go + +go: + - 1.4 + - 1.5 + - 1.6 + - tip