We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68332bf commit 3d7ea54Copy full SHA for 3d7ea54
.travis.yml
@@ -1,5 +1,8 @@
1
language: go
2
-sudo: false
+sudo: required
3
+
4
+services:
5
+ - docker
6
7
env:
8
global:
@@ -14,7 +17,6 @@ cache:
14
17
15
18
go:
16
19
- 1.8.x
- - master
20
21
install:
22
- if [ ! -d "${PROTOC_TARGET}" ]; then curl -fsSL "$PROTOC_RELEASE" > "${PROTOC_TARGET}.zip"; fi
version.go
@@ -1,4 +1,4 @@
package gendoc
// VERSION is the version of protoc-gen-doc being used.
-const VERSION = "1.0.0"
+const VERSION = "1.0.0-alpha"
0 commit comments