Skip to content

Commit

Permalink
Travis tests are now limited to Go versions >= 1.7
Browse files Browse the repository at this point in the history
Older versions of Go fail when getting all requirements
  • Loading branch information
schemar committed Oct 3, 2017
1 parent 8ec6082 commit 5e85f57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@ after_success:
- bash <(curl -s https://codecov.io/bash)

go:
- 1.5
- 1.6
- 1.7
- 1.8
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ information about Phabulous.

## Compiling from source

To compile Phabulous, you need a recent version of Go:
To compile Phabulous, you need a recent version of Go (>= 1.7):

```
go get github.com/etcinit/phabulous/cmd/phabulous
Expand Down

0 comments on commit 5e85f57

Please sign in to comment.