浏览代码

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

xuri 7 年之前
父节点
当前提交
9cb0e9308b
共有 2 个文件被更改,包括 11 次插入1 次删除
  1. 10 0
      .travis.yml
  2. 1 1
      styles.go

+ 10 - 0
.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 ./...

+ 1 - 1
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)