diff options
| -rw-r--r-- | .travis.yml | 4 | ||||
| -rw-r--r-- | README.md | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index be67b6d..4c7bea4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: go sudo: false dist: trusty -go: 1.9.x +go: 1.10.x notifications: email: false @@ -40,8 +40,6 @@ jobs: script: - go build github.com/google/fscrypt/cmd/fscrypt - make - - <<: *build - go: 1.8.x - env: Integration Tests sudo: required @@ -106,7 +106,7 @@ information about each of the commands. ## Building and Installing fscrypt has a minimal set of build dependencies: -* [Go](https://golang.org/doc/install) +* [Go](https://golang.org/doc/install) 1.10 or higher * A C compiler (`gcc` or `clang`) * `make` * Headers for [`libpam`](http://www.linux-pam.org/). |