diff options
author | xuri <xuri.me@gmail.com> | 2019-12-24 01:09:28 +0800 |
---|---|---|
committer | xuri <xuri.me@gmail.com> | 2019-12-24 01:09:28 +0800 |
commit | 1666d04559d9f5b579ab7c850ccc95863c31bd25 (patch) | |
tree | e04b4e3b3dc4e42bf87547163f73a970eae85487 /.travis.yml | |
parent | 4e4a5b9b3e052d1694442515492792fb1aa74c5a (diff) |
optimization: checking error in unit tests
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 faf9916..5012f86 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ go: - 1.10.x - 1.11.x - 1.12.x + - 1.13.x os: - linux |