We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f41bc14 commit f9c5a9bCopy full SHA for f9c5a9b
.gitignore
@@ -1,20 +1,3 @@
1
.cache
2
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
+cmd/protoc-gen-go/protoc-gen-go
.travis.yml
@@ -1,3 +1,4 @@
+dist: xenial
script:
- ./test.bash
cache:
0 commit comments