aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJoe Richey joerichey@google.com <joerichey@google.com>2018-08-23 10:50:17 -0700
committerJoe Richey joerichey@google.com <joerichey@google.com>2018-08-23 10:50:17 -0700
commitc3599745ebabda35c43fbb569acf468f98489f5c (patch)
treeeedf2815ddb725bb65b74c5f49ca51f4f1d0e3e5 /.travis.yml
parent75a59da2c5724ca4faf148e50e3c772310287bf3 (diff)
Fix Travis to only use Go 1.10
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 1 insertions, 3 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