Browse Source

Bump Go requirement to 1.4

pull/333/head
Simon Eisenmann 9 years ago
parent
commit
21b58e1b16
  1. 1
      .travis.yml
  2. 2
      README.md

1
.travis.yml

@ -3,7 +3,6 @@ @@ -3,7 +3,6 @@
language: go
go:
- 1.3
- 1.4
- 1.5
- 1.6

2
README.md

@ -9,7 +9,7 @@ The latest source of Spreed WebRTC can be found on [GitHub](https://github.com/s @@ -9,7 +9,7 @@ The latest source of Spreed WebRTC can be found on [GitHub](https://github.com/s
## Build prerequisites
- [Go](http://golang.org) >= 1.3.0
- [Go](http://golang.org) >= 1.4.0
- [NodeJS](http://nodejs.org/) >= 0.6.0
- [autoconf](http://www.gnu.org/software/autoconf/)
- [automake](http://www.gnu.org/software/automake/)

Loading…
Cancel
Save