Skip to content

Commit

Permalink
Fixed goveralls ignoring examples
Browse files Browse the repository at this point in the history
  • Loading branch information
muesli committed Jun 3, 2017
1 parent e31a6c5 commit dbdd18c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ before_install:

script:
- go test -v -tags ci ./...
- $GOPATH/bin/goveralls -service=travis-ci -ignore="examples/tokens.go"
- $GOPATH/bin/goveralls -service=travis-ci -ignore="examples/tokens/tokens.go,examples/space/space.go"

notifications:
email:
Expand Down

0 comments on commit dbdd18c

Please sign in to comment.