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 a57e4a6 commit 91f210f
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 @@ -2,7 +2,7 @@ services:
- docker

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

Expand Down

0 comments on commit 91f210f

Please sign in to comment.