- Update Travis CI to include GOARCH=386 tests, relate issue #239 and #244;

- Fix doc typo
This commit is contained in:
xuri 2018-06-30 16:44:09 +08:00
parent d80d6aa318
commit 9cb0e9308b
No known key found for this signature in database
GPG Key ID: BA5E5BB1C948EDF7
2 changed files with 11 additions and 1 deletions

View File

@ -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 ./...

View File

@ -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)