Browse Source

Merge branch 'drop-old-golang-version-support' of https://github.com/deathwish/spreed-webrtc into develop

pull/265/head
Simon Eisenmann 10 years ago
parent
commit
676705cf30
  1. 2
      .travis.yml
  2. 2
      README.md
  3. 2
      configure.ac

2
.travis.yml

@ -3,8 +3,6 @@
language: go language: go
go: go:
- 1.1
- 1.2
- 1.3 - 1.3
- 1.4 - 1.4
- 1.5 - 1.5

2
README.md

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

2
configure.ac

@ -33,7 +33,7 @@ AC_SUBST(I18N_COPYRIGHT)
AC_SUBST(I18N_BUG_ADDRESS) AC_SUBST(I18N_BUG_ADDRESS)
# minimum required versions # minimum required versions
GO_VERSION_MIN=1.1 GO_VERSION_MIN=1.3
NODEJS_VERSION_MIN=0.6.0 NODEJS_VERSION_MIN=0.6.0
NODEJS_VERSION_STYLES_MIN=0.10.0 NODEJS_VERSION_STYLES_MIN=0.10.0
SASS_VERSION_MIN=3.3.0 SASS_VERSION_MIN=3.3.0

Loading…
Cancel
Save