Skip to content

Commit

Permalink
Fix ignored files
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Saskevich committed Jun 13, 2019
1 parent f61b66f commit 5889a32
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
bin/
.idea/
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib

# Test binary, built with `go test -c`
*.test

# Output of the go coverage tool, specifically when used with LiteIDE
*.out

6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ go:
- 1.4
- 1.5
- 1.6
- 1.7
- 1.8
- 1.9
- 1.10
- 1.11
- 1.12
- tip

notifications:
Expand Down
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/asaskevich/govalidator

go 1.12
2 changes: 1 addition & 1 deletion wercker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ build:
- script:
name: go test
code: |
go test -race ./...
go test -race -v ./...

0 comments on commit 5889a32

Please sign in to comment.