Skip to content

Commit

Permalink
Merge branch 'master' into fix-int64
Browse files Browse the repository at this point in the history
  • Loading branch information
vvakame committed Jul 18, 2019
2 parents 927fccc + 4f65476 commit 1a3fb97
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: 2
jobs:
build:
docker:
- image: circleci/golang:1.12.7
steps:
- checkout
- run: go test ./...
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.idea/

# Binaries for programs and plugins
*.exe
*.exe~
Expand Down

0 comments on commit 1a3fb97

Please sign in to comment.