From 9cb0e9308b7e65d5a277b0c6af9fa0e8680b3658 Mon Sep 17 00:00:00 2001 From: xuri Date: Sat, 30 Jun 2018 16:44:09 +0800 Subject: - Update Travis CI to include GOARCH=386 tests, relate issue #239 and #244; - Fix doc typo --- .travis.yml | 10 ++++++++++ styles.go | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f4e5c0c..26ca7b2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,16 @@ install: go: - 1.8.x - 1.9.x + - 1.10.x + +os: + - linux + - osx + +env: + matrix: + - GOARCH=amd64 + - GOARCH=386 script: - go vet ./... diff --git a/styles.go b/styles.go index b919475..32350ca 100644 --- a/styles.go +++ b/styles.go @@ -1404,7 +1404,7 @@ func parseFormatStyleSet(style string) (*formatStyle, error) { // 173 | $ English (New Zealand) // 174 | $ English (Singapore) // 175 | $ English (Trinidad & Tobago) -// 176 | $ English (U.S. Vigin Islands) +// 176 | $ English (U.S. Virgin Islands) // 177 | $ English (United States) // 178 | $ French (Canada) // 179 | $ Hawaiian (United States) -- cgit v1.2.1