Skip to content

Commit

Permalink
trying out building for kubuntu-16.04-LTS on travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ahoneybun committed May 8, 2017
1 parent 1d88166 commit 417122a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Expand Up @@ -8,7 +8,12 @@ before_install:
- sudo pip3 install sphinx
- sudo pip3 install sphinx_bootstrap_theme

env:
branches:
only:
- master
- kubuntu-16.04-LTS

enenv:
matrix:
- COMMAND="make clean && make html"
- COMMAND="make clean && make latexpdf"
Expand Down

0 comments on commit 417122a

Please sign in to comment.