Browse Source

Update Go version in Travis build.

Robert Jacob 7 years ago
parent
commit
a6cab19b01
2 changed files with 2 additions and 1 deletions
  1. 1 1
      .travis.yml
  2. 1 0
      .travis/prepare.sh

+ 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

+ 1 - 0
.travis/prepare.sh

@@ -15,4 +15,5 @@ esac
 
 mkdir --mode 0777 -p /var/ftp/incoming
 
+apt-get update -qq
 apt-get install -qq "$1"