aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml4
-rw-r--r--README.md2
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
diff --git a/README.md b/README.md
index 7d647d8..88ec6ad 100644
--- a/README.md
+++ b/README.md
@@ -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/).