diff options
author | xuri <xuri.me@gmail.com> | 2018-09-13 10:38:01 +0800 |
---|---|---|
committer | xuri <xuri.me@gmail.com> | 2018-09-13 10:38:01 +0800 |
commit | 4f47737d64fc9d9108675cbc1e73ae93c2d723a9 (patch) | |
tree | 0598a29869b67a87e8450d609133d3c07863b6df /.travis.yml | |
parent | b4a6e61ec34d4a0db1110907cc969f0d7d38991a (diff) |
Complete unit testing case for data validation
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 26ca7b2..c2f0f90 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ go: - 1.8.x - 1.9.x - 1.10.x + - 1.11.x os: - linux |