From 22d93f9354df63155947452372a7df7bb71514c4 Mon Sep 17 00:00:00 2001 From: "Joe Richey joerichey@google.com" Date: Thu, 30 Aug 2018 01:29:36 -0700 Subject: Remove dep from documentation and travis build --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 4c7bea4..f715434 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 -- cgit v1.3 From 0e6014abc0b200f9045fe152b347449349e5d446 Mon Sep 17 00:00:00 2001 From: "Joe Richey joerichey@google.com" Date: Thu, 30 Aug 2018 04:14:57 -0700 Subject: Bump Travis Version --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index f715434..82e52b1 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 -- cgit v1.3 From 1c9bafdec78b8f238a82314b6d9c566a951486c2 Mon Sep 17 00:00:00 2001 From: "Joe Richey joerichey@google.com" Date: Thu, 30 Aug 2018 13:33:52 -0700 Subject: Update Travis to use go 1.10 and go 1.11 --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 82e52b1..309bcc2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,6 +38,9 @@ jobs: - go build github.com/google/fscrypt/cmd/fscrypt - make + - <<: *build + go: 1.10.x + - env: Integration Tests sudo: required addons: -- cgit v1.3