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.
2 parents c48a597 + a3a39e5 commit f7e9651Copy full SHA for f7e9651
.travis.yml
@@ -0,0 +1,14 @@
1
+# Travis CI (http://travis-ci.org/) is a continuous integration
2
+# service for open source projects. This file configures it
3
+# to run unit tests for docopt-go.
4
+
5
+language: go
6
7
+go:
8
+ - 1.1.2
9
+ - 1.2.1
10
+ - tip
11
12
+install: go get -d -v ./... && go build -v .
13
14
+script: go test -v .
README.md
@@ -1,6 +1,8 @@
docopt.go
=========
+[](https://travis-ci.org/docopt/docopt-go)
Golang implementation of [docopt](http://docopt.org/) 0.6.1+fix
## Installation
0 commit comments