From f9c5a9b06d1a20a3ff7bdf7656f218db3925d7ea Mon Sep 17 00:00:00 2001 From: Joe Tsai Date: Tue, 12 Mar 2019 19:48:32 -0700 Subject: [PATCH] .travis.yml: specify distribution Change-Id: I046ede4e1062553c5b4bb496b983c3f206f8485e Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/167277 Reviewed-by: Joe Tsai --- .gitignore | 19 +------------------ .travis.yml | 1 + 2 files changed, 2 insertions(+), 18 deletions(-) diff --git a/.gitignore b/.gitignore index 3113235f..5c986d1c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,20 +1,3 @@ .cache vendor - -.DS_Store -*.[568ao] -*.ao -*.so -*.pyc -._* -.nfs.* -[568a].out -*~ -*.orig -core -_obj -_test -_testmain.go - -# Conformance test output and transient files. -conformance/failing_tests.txt +cmd/protoc-gen-go/protoc-gen-go diff --git a/.travis.yml b/.travis.yml index 0aec6a31..ae7591ac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,4 @@ +dist: xenial script: - ./test.bash cache: