Skip to content

Commit

Permalink
Merge release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mandelsoft committed Apr 14, 2019
2 parents e7b668f + 5c09811 commit a8237da
Show file tree
Hide file tree
Showing 146 changed files with 14,033 additions and 2,347 deletions.
14 changes: 13 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.sw[pq]
tags
.idea
/local
Expand All @@ -6,4 +7,15 @@ tags
*.coverprofile
spiff_darwin_amd64.zip
spiff_linux_amd64.zip

vendor/gopkg.in/
vendor/golang.org/
vendor/github.com/fsnotify/
vendor/github.com/hashicorp/
vendor/github.com/hpcloud/
vendor/github.com/inconshreveable/
vendor/github.com/magiconair/
vendor/github.com/mitchellh/
vendor/github.com/onsi/
vendor/github.com/pelletier/
vendor/github.com/pointlander/
vendor/github.com/spf13/
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
language: go

go:
- 1.10.4
- 1.11.x

install:
- go get -v github.com/kr/godep
- export PATH=$HOME/gopath/bin:$PATH
- curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
- ./travis.sh

script: godep go test -v ./...
script:
- make
26 changes: 0 additions & 26 deletions Godeps/Godeps.json

This file was deleted.

5 changes: 0 additions & 5 deletions Godeps/Readme

This file was deleted.

2 changes: 0 additions & 2 deletions Godeps/_workspace/.gitignore

This file was deleted.

286 changes: 286 additions & 0 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a8237da

Please sign in to comment.