Skip to content

Commit

Permalink
.travis.yml: specify distribution
Browse files Browse the repository at this point in the history
Change-Id: I046ede4e1062553c5b4bb496b983c3f206f8485e
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/167277
Reviewed-by: Joe Tsai <[email protected]>
  • Loading branch information
dsnet committed Mar 13, 2019
1 parent f41bc14 commit f9c5a9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
19 changes: 1 addition & 18 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
dist: xenial
script:
- ./test.bash
cache:
Expand Down

0 comments on commit f9c5a9b

Please sign in to comment.