Skip to content

Commit f9c5a9b

Browse files
committed
.travis.yml: specify distribution
Change-Id: I046ede4e1062553c5b4bb496b983c3f206f8485e Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/167277 Reviewed-by: Joe Tsai <thebrokentoaster@gmail.com>
1 parent f41bc14 commit f9c5a9b

File tree

2 files changed

+2
-18
lines changed

2 files changed

+2
-18
lines changed

.gitignore

+1-18
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,3 @@
11
.cache
22
vendor
3-
4-
.DS_Store
5-
*.[568ao]
6-
*.ao
7-
*.so
8-
*.pyc
9-
._*
10-
.nfs.*
11-
[568a].out
12-
*~
13-
*.orig
14-
core
15-
_obj
16-
_test
17-
_testmain.go
18-
19-
# Conformance test output and transient files.
20-
conformance/failing_tests.txt
3+
cmd/protoc-gen-go/protoc-gen-go

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
dist: xenial
12
script:
23
- ./test.bash
34
cache:

0 commit comments

Comments
 (0)