diff options
author | xuri <xuri.me@gmail.com> | 2020-02-07 00:25:01 +0800 |
---|---|---|
committer | xuri <xuri.me@gmail.com> | 2020-02-07 00:53:38 +0800 |
commit | e51aff2d9562bbfb290ef76a948facb6d4660eff (patch) | |
tree | 9555d9a40aca0ca5998d5183544c40945391082e /.travis.yml | |
parent | a691c1048d2575d70ce97d2da80c2c40a2c37fb2 (diff) |
Resolve #570, flat columns for the column's operation
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 5012f86..1cb1d49 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ os: - osx env: - matrix: + jobs: - GOARCH=amd64 - GOARCH=386 |