aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 4c7bea4..309bcc2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,7 @@
language: go
sudo: false
dist: trusty
-go: 1.10.x
+go: 1.11.x
notifications:
email: false
@@ -23,11 +23,8 @@ jobs:
- stage: presubmits
env: Generate, Format, and Lint
install:
- - wget -q https://github.com/golang/dep/releases/download/v0.4.1/dep-linux-amd64 -O /tmp/dep
- - chmod a+x /tmp/dep
- make tools
script:
- - /tmp/dep status
- make gen
- bin/files-changed proto
- make format
@@ -41,6 +38,9 @@ jobs:
- go build github.com/google/fscrypt/cmd/fscrypt
- make
+ - <<: *build
+ go: 1.10.x
+
- env: Integration Tests
sudo: required
addons: