Skip to content

Commit

Permalink
Merge branch 'hotfix/v2.0.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
ddspog committed May 9, 2018
2 parents 659c1a6 + 03baae9 commit ccb6941
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ install:
beforeScript:
- sleep 15
script:
- task test
- task test-unit
4 changes: 4 additions & 0 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ cover:
- goverage ./...
- go tool cover -html=coverage.out

test-unit:
deps: [test-connecter, test-mongo]
desc: Run all unit tests.

test:
deps: [test-connecter, test-mongo, test-acceptance]
desc: Run all tests.
Expand Down

0 comments on commit ccb6941

Please sign in to comment.