Merge remote-tracking branch 'origin/master' into flag-context-gen
This commit is contained in:
commit
8a7c9b1e68
@ -20,12 +20,6 @@ matrix:
|
|||||||
include:
|
include:
|
||||||
- go: 1.6.2
|
- go: 1.6.2
|
||||||
os: osx
|
os: osx
|
||||||
- go: 1.1.2
|
|
||||||
install: go get -v .
|
|
||||||
before_script: echo skipping gfmxr on $TRAVIS_GO_VERSION
|
|
||||||
script:
|
|
||||||
- ./runtests vet
|
|
||||||
- ./runtests test
|
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- go get github.com/urfave/gfmxr/...
|
- go get github.com/urfave/gfmxr/...
|
||||||
|
@ -6,6 +6,9 @@
|
|||||||
### Added
|
### Added
|
||||||
- Flag type code generation via `go generate`
|
- Flag type code generation via `go generate`
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Raise minimum tested/supported Go version to 1.2+
|
||||||
|
|
||||||
## [1.18.0] - 2016-06-27
|
## [1.18.0] - 2016-06-27
|
||||||
### Added
|
### Added
|
||||||
- `./runtests` test runner with coverage tracking by default
|
- `./runtests` test runner with coverage tracking by default
|
||||||
|
10
README.md
10
README.md
@ -60,18 +60,16 @@ organized, and expressive!
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Make sure you have a working Go environment. Go version 1.1+ is required for
|
Make sure you have a working Go environment. Go version 1.2+ is supported. [See
|
||||||
core cli, whereas use of the [`./altsrc`](./altsrc) input extensions requires Go
|
the install instructions for Go](http://golang.org/doc/install.html).
|
||||||
version 1.2+. [See the install
|
|
||||||
instructions](http://golang.org/doc/install.html).
|
|
||||||
|
|
||||||
To install cli, simply run:
|
To install cli, simply run:
|
||||||
```
|
```
|
||||||
$ go get github.com/urfave/cli
|
$ go get github.com/urfave/cli
|
||||||
```
|
```
|
||||||
|
|
||||||
Make sure your `PATH` includes to the `$GOPATH/bin` directory so your commands
|
Make sure your `PATH` includes the `$GOPATH/bin` directory so your commands can
|
||||||
can be easily used:
|
be easily used:
|
||||||
```
|
```
|
||||||
export PATH=$PATH:$GOPATH/bin
|
export PATH=$PATH:$GOPATH/bin
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user