Skip to content

Commit

Permalink
Add Travis CI config file
Browse files Browse the repository at this point in the history
  • Loading branch information
mkchoi212 committed May 12, 2018
1 parent eb4a2ad commit d6bb1b5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
language: go
go:
- master

script: go test -v `go list ./... | grep -v assets`

0 comments on commit d6bb1b5

Please sign in to comment.