Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also .

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also .
  • 2 commits
  • 1 file changed
  • 0 commit comments
  • 2 contributors
Commits on May 07, 2017
Showing with 18 additions and 0 deletions.
  1. +18 −0 .travis.yml
View
@@ -0,0 +1,18 @@
+sudo: required
+dist: trusty
+
+before_install:
+ - sudo apt-get -qq update
+ - sudo apt-get -y install python3-pip texlive-full
+ - sudo pip3 install --upgrade pip
+ - sudo pip3 install sphinx
+ - sudo pip3 install sphinx_bootstrap_theme
+
+env:
+ matrix:
+ - COMMAND="make clean && make html"
+ - COMMAND="make clean && make latexpdf"
+ - COMMAND="make clean && make epub"
+
+script:
+ - bash -c "$COMMAND"

No commit comments for this range