Browse Source

codec: add go 1.12 to travis CI

Ugorji Nwoke 6 years ago
parent
commit
80ffdbd29a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -6,6 +6,7 @@ go:
     - 1.9.x
     - 1.10.x
     - 1.11.x
+    - 1.12.x
     - tip
 script:
     - go test -tags "alltests" -run Suite -coverprofile coverage.txt github.com/ugorji/go/codec