Skip to content

Commit

Permalink
Merge pull request #29 from AlexsJones/feature/testing
Browse files Browse the repository at this point in the history
Feature/testing
  • Loading branch information
Alex Jones authored May 10, 2018
2 parents 708e6dd + 11d6c6c commit 9d18b65
Show file tree
Hide file tree
Showing 12 changed files with 524 additions and 339 deletions.
20 changes: 20 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
language: go
os:
- linux

go:
- "1.8"
- "1.9"
- "1.10"

before_install:
- go get github.com/Masterminds/glide
- go get github.com/DATA-DOG/godog/cmd/godog

install:
- glide install

script:
- go vet -v $(go list ./... | grep -v /vendor/)
- godog
255 changes: 0 additions & 255 deletions Gopkg.lock

This file was deleted.

74 changes: 0 additions & 74 deletions Gopkg.toml

This file was deleted.

Loading

0 comments on commit 9d18b65

Please sign in to comment.