Skip to content

Commit

Permalink
Run main.go when running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterOfBinary committed Dec 17, 2016
1 parent 151d8a6 commit e11c0e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ install:

script:
- go test -v ./...
- go run main.go

notifications:
email: false

0 comments on commit e11c0e1

Please sign in to comment.