diff --git a/.scripts/test_all.sh b/.scripts/test_all.sh index a8c7ae6..2686fda 100755 --- a/.scripts/test_all.sh +++ b/.scripts/test_all.sh @@ -16,7 +16,6 @@ go test $packages # The consul package only supports Go1.6+ and therefore we will only run the # corresponding tests on these versions. goversion=$(go version) -if [[ "$goversion" != *"go1.3"* ]] && [[ "$goversion" != *"go1.4"* ]] && [[ "$goversion" != *"go1.5"* ]]; then diff --git a/.travis.yml b/.travis.yml index 0aecbc9..57ed109 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: go go: -- 1.3 - 1.4 - 1.5 - 1.6 diff --git a/README.md b/README.md index f40e0b2..bb825f0 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Windows in various formats of the **Requirements:** -* [Go](http://golang.org/doc/install) (1.3 or newer) +* [Go](http://golang.org/doc/install) (1.4 or newer) **Running tusd from source:**