Drop support for go1.1

This commit is contained in:
Andrey Smirnov
2014-08-05 15:26:41 +04:00
parent e07bcf8e51
commit a7b594d076
2 changed files with 1 additions and 2 deletions

View File

@@ -1,7 +1,6 @@
language: go
go:
- 1.1
- 1.2.1
- 1.3
- tip

View File

@@ -51,7 +51,7 @@ Ubuntu 10.0+. Package contains aptly binary, man page and bash completion.
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.1+ required)::
If you have Go environment set up, you can build aptly from source by running (go 1.2+ required)::
go get -u github.com/mattn/gom
mkdir -p $GOPATH/src/github.com/smira/aptly