Skip to content

Commit

Permalink
changing script to run all tests in current directory and all of its …
Browse files Browse the repository at this point in the history
…subdirectories.
  • Loading branch information
Werberson Silva committed Dec 18, 2018
1 parent faf98d6 commit 9a85961
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Expand Up @@ -3,7 +3,5 @@ language: go
go:
- 1.11.x

script:
- go test -v ./src/client
- go test -v ./src/hook
- go test -v ./src/types
script:
- go test -v ./...

0 comments on commit 9a85961

Please sign in to comment.