Browse Source

codec: travis: add support for testing against go 1.10

Ugorji Nwoke 7 years ago
parent
commit
16f09ef744
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -4,6 +4,7 @@ go:
     - 1.7.x  # go testing suite support, which we use, was introduced in go 1.7
     - 1.7.x  # go testing suite support, which we use, was introduced in go 1.7
     - 1.8.x
     - 1.8.x
     - 1.9.x
     - 1.9.x
+    - 1.10.x
     - tip
     - tip
 script:
 script:
     - go test -tags "alltests" -run Suite -coverprofile coverage.txt github.com/ugorji/go/codec
     - go test -tags "alltests" -run Suite -coverprofile coverage.txt github.com/ugorji/go/codec