Skip to content

Commit

Permalink
Merge 50763fc into a5b805f
Browse files Browse the repository at this point in the history
  • Loading branch information
josephlr committed Oct 25, 2019
2 parents a5b805f + 50763fc commit dae863c
Show file tree
Hide file tree
Showing 356 changed files with 28 additions and 202,608 deletions.
35 changes: 28 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: go
sudo: false
dist: bionic
go: 1.12.x
go: 1.13.x

notifications:
email: false
Expand All @@ -21,7 +21,7 @@ jobs:
script: make

- stage: presubmits
env: Generate, Format, and Lint
name: Generate, Format, and Lint
install:
- make tools
script:
Expand All @@ -31,17 +31,38 @@ jobs:
- bin/files-changed format
- make lint

- &build
env: Build and Unit Tests
- &build_unit
name: Build and Unit Tests
install: skip
env: GO111MODULE=on
script:
- go build github.com/google/fscrypt/cmd/fscrypt
- make

- <<: *build
- <<: *build_unit
go: 1.12.x

- <<: *build_unit
go: 1.11.x

- &build
name: Build on old Go version
go: "1.10"
install: skip
script:
- go get -d github.com/google/fscrypt/cmd/fscrypt
- go build github.com/google/fscrypt/cmd/fscrypt

- <<: *build
go: "1.9"

- <<: *build
go: "1.8"

- <<: *build
go: "1.7"

- env: Integration Tests
- name: Integration Tests
sudo: required
addons:
apt:
Expand All @@ -57,7 +78,7 @@ jobs:
- goveralls -coverprofile=coverage.out -service=travis-ci

- stage: deploy
env: Release Binaries
name: Release Binaries
install: skip
script: skip
before_deploy: make
Expand Down
3 changes: 0 additions & 3 deletions vendor/github.com/golang/protobuf/AUTHORS

This file was deleted.

3 changes: 0 additions & 3 deletions vendor/github.com/golang/protobuf/CONTRIBUTORS

This file was deleted.

28 changes: 0 additions & 28 deletions vendor/github.com/golang/protobuf/LICENSE

This file was deleted.

Loading

0 comments on commit dae863c

Please sign in to comment.