Skip to content

Commit

Permalink
Test website publishing via travis
Browse files Browse the repository at this point in the history
  • Loading branch information
thesamet committed Sep 30, 2018
1 parent 31a8224 commit be13d82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis/push_website.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ rvm use 2.2.8 --install --fuzzy
gem update --system
gem install sass
gem install jekyll -v 3.2.1
sbt docs/makeMicrosite docs/publishMicrosite
sbt docs/publishMicrosite
2 changes: 1 addition & 1 deletion docs/src/main/tut/grpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ See
## Streaming clients, streaming servers, bidi

Scalapb-grpc supports both client and server streaming. The Scala API follows
closely the offical `grpc-java` API.
closely the offical `grpc-java` API. Example project coming soon.

## grpc-netty issues

Expand Down

0 comments on commit be13d82

Please sign in to comment.