[VOL-2763] - Create Make- and Dockerfile for Golang OpenONU Adapter
- note: location of build-env-variables in ldflags of docker build (test.internal) is a matter of change, when code is avaiable in repo voltha-openonu-adapter-go
- VERSION-file added
- added a single go file with a fake test

Change-Id: I1c4e0d1a3a37db409fd0fb35ba1eae3b342295a2
diff --git a/vendor/gopkg.in/yaml.v2/.travis.yml b/vendor/gopkg.in/yaml.v2/.travis.yml
new file mode 100644
index 0000000..9f55693
--- /dev/null
+++ b/vendor/gopkg.in/yaml.v2/.travis.yml
@@ -0,0 +1,12 @@
+language: go
+
+go:
+    - 1.4
+    - 1.5
+    - 1.6
+    - 1.7
+    - 1.8
+    - 1.9
+    - tip
+
+go_import_path: gopkg.in/yaml.v2