Add sbt doc to the travis test.

This commit is contained in:
David Renshaw 2016-02-10 18:53:51 -05:00
parent b39a2f6f5f
commit 367109c69a

View file

@ -18,4 +18,5 @@ script:
- make CXX=g++-4.8 CXX_FLAGS="-std=c++11 -I/usr/local/include -L/usr/local/lib -lcapnp -lkj" - make CXX=g++-4.8 CXX_FLAGS="-std=c++11 -I/usr/local/include -L/usr/local/lib -lcapnp -lkj"
- make addressbook - make addressbook
- sbt test - sbt test
- sbt doc