Skip to content

Commit

Permalink
Adds fixtures to release distribution.
Browse files Browse the repository at this point in the history
  • Loading branch information
ackleymi committed May 18, 2018
1 parent c860eee commit b8adf54
Show file tree
Hide file tree
Showing 3 changed files with 264 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ services:

before_install:
- go get -u github.com/golang/lint/golint
- go get -u github.com/jteeuwen/go-bindata/...

script:
- go generate
- make test
- make vet

Expand Down
260 changes: 260 additions & 0 deletions bindata.go

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

2 changes: 2 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//go:generate go-bindata fixture/resources.json fixture/spec.yml

package main

import (
Expand Down

0 comments on commit b8adf54

Please sign in to comment.