Skip to content

Commit

Permalink
Merge pull request #1 from capitalone/master
Browse files Browse the repository at this point in the history
travis changes
  • Loading branch information
martinwaite committed Dec 31, 2018
2 parents 67126e0 + e6bfa0d commit b1964a2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
19 changes: 15 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
dist: xenial

language: go

go:
- 1.7.x
- 1.8.x
- 1.9.x
- tip
- 1.11.x

# Only clone the most recent commit.
git:
depth: 1

before_script:
- go get -u golang.org/x/lint/golint

script:
- golint ./...
- go vet ./...
- go test -v -race ./...
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module github.com/capitalone/fpe

0 comments on commit b1964a2

Please sign in to comment.