Skip to content

Commit

Permalink
Add code coverage and Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mramshaw committed Mar 9, 2019
1 parent b846365 commit a57e4a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ services:
- docker

script:
- docker-compose up
- docker-compose up couchbase -d
- docker-compose run --publish 80:8100 golang make test
- docker-compose down

notifications:
Expand Down

0 comments on commit a57e4a6

Please sign in to comment.