Explorar el Código

Merge pull request #126 from digineo/go-1.11

Run tests with Go 1.11
Julien Laffaye hace 7 años
padre
commit
fe787349a5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -2,8 +2,8 @@ language: go
 dist: trusty
 sudo: required
 go:
-  - 1.9.x
   - 1.10.x
+  - 1.11.x
 env:
   - FTP_SERVER=vsftpd
   - FTP_SERVER=proftpd