commit | d7bf820d1553502037895d66f068b4538abc9070 | [log] [tgz] |
---|---|---|
author | Takahiro Suzuki <takahiro@opennetworking.org> | Thu Dec 17 20:21:59 2020 +0900 |
committer | Takahiro Suzuki <takahiro@opennetworking.org> | Fri Dec 18 19:03:00 2020 +0900 |
tree | 084c3ebb1125f5cc6253a59605e773b9c338481d | |
parent | 00badfc2ea1cc78ef7adb265674defee1fbe1ae4 [diff] [blame] |
[VOL-1349] EPON OLT adapter (package B) Change-Id: I634ef62c53813dcf4456f54948f13e06358e263c
diff --git a/vendor/github.com/cevaris/ordered_map/.travis.yml b/vendor/github.com/cevaris/ordered_map/.travis.yml new file mode 100644 index 0000000..193242f --- /dev/null +++ b/vendor/github.com/cevaris/ordered_map/.travis.yml
@@ -0,0 +1,19 @@ +--- +language: go + +go: + - tip + - 1.12 + - 1.11 + - 1.10 + - 1.9 + - 1.8 + - 1.7 + - 1.6 + - 1.5 + - 1.4 + - 1.3 + +install: + - make + - make test