Stop building Go 1.3, only Go 1.4 supported.

This commit is contained in:
Andrey Smirnov
2015-12-03 12:47:23 +03:00
parent 339bf0a90b
commit 3e368690fd
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -3,7 +3,6 @@ sudo: false
language: go
go:
- 1.3.3
- 1.4
- 1.5
- tip
+1 -1
View File
@@ -64,7 +64,7 @@ If you would like to use nightly builds (unstable), please use following reposit
Binary executables (depends almost only on libc) are available for download from `Bintray <http://dl.bintray.com/smira/aptly/>`_.
If you have Go environment set up, you can build aptly from source by running (go 1.3+ required)::
If you have Go environment set up, you can build aptly from source by running (go 1.4+ required)::
go get -u github.com/mattn/gom
mkdir -p $GOPATH/src/github.com/smira/aptly