Skip to content

Commit

Permalink
Configured DRYcop checks using Travis CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
artob committed Mar 22, 2019
1 parent 26b5fb3 commit 309e8e7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
@@ -0,0 +1,10 @@
# See: https://drycop.org
language: go
go:
- 1.12
git:
depth: 1
install:
- go get -u github.com/dryproject/drycop/drycop
script:
- drycop check -v

0 comments on commit 309e8e7

Please sign in to comment.