Browse Source

remove Go 1.7 add Go 1.11

Jonathan Turner 7 years ago
parent
commit
7b34eaf960
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -1,10 +1,10 @@
 language: go
 language: go
 
 
 go:
 go:
-  - 1.7.x
   - 1.8.x
   - 1.8.x
   - 1.9.x
   - 1.9.x
   - 1.10.x
   - 1.10.x
+  - 1.11.x
   - master
   - master
 
 
 go_import_path: gopkg.in/jcmturner/gokrb5.v6
 go_import_path: gopkg.in/jcmturner/gokrb5.v6