From c70efdc7331e84fd8744ef923e122c6fc58991a5 Mon Sep 17 00:00:00 2001 From: rumblefrog Date: Wed, 12 Jun 2019 21:50:48 -0400 Subject: [PATCH] build: downgrade sm compiler due to debug string table missing --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 022e9bef..44a620a4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ sudo: false language: go env: - - SMVERSION=1.10 + - SMVERSION=1.9 go: - "1.12.x"