Browse Source

Merge pull request #84 from digineo/go1.8

Test with Go 1.7.5 and 1.8.1
Julien Laffaye 8 years ago
parent
commit
07efa8ac2b
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .travis.yml

+ 2 - 1
.travis.yml

@@ -2,7 +2,8 @@ language: go
 dist: trusty
 dist: trusty
 sudo: required
 sudo: required
 go:
 go:
-  - 1.7.3
+  - 1.7.5
+  - 1.8.1
 env:
 env:
   - FTP_SERVER=vsftpd
   - FTP_SERVER=vsftpd
   - FTP_SERVER=proftpd
   - FTP_SERVER=proftpd