Skip to content

Commit

Permalink
Perform continuous integration testing using Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
suchow committed Mar 23, 2014
1 parent 1d3419d commit 74ac852
Show file tree
Hide file tree
Showing 16 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .travis.yml
@@ -0,0 +1,6 @@
script: ./scripts/build.command
install:
- sudo apt-get update -qq
- sudo cp -r fonts/* /usr/local/share/fonts/
- sudo fc-cache -f -v
- sudo apt-get install texlive-full
3 changes: 2 additions & 1 deletion README.md
@@ -1,4 +1,5 @@
# Dissertate: a LaTeX dissertation template
# Dissertate: a LaTeX dissertation template [![Build Status](https://travis-ci.org/suchow/Dissertate.svg?branch=master)](https://travis-ci.org/suchow/Dissertate)


This package provides all the files needed to support the production and typesetting of a PhD dissertation at Harvard, Princeton, and NYU, though it can easily be adapted to meet the requirements of other schools. The format and styling is based closely on the requirements published by each university's registrar.

Expand Down
Binary file added fonts/Source Code Pro/SourceCodePro-Black.ttf
Binary file not shown.
Binary file removed fonts/Source Code Pro/SourceCodePro-Black.ttf.woff
Binary file not shown.
Binary file added fonts/Source Code Pro/SourceCodePro-Bold.ttf
Binary file not shown.
Binary file removed fonts/Source Code Pro/SourceCodePro-Bold.ttf.woff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added fonts/Source Code Pro/SourceCodePro-Light.ttf
Binary file not shown.
Binary file removed fonts/Source Code Pro/SourceCodePro-Light.ttf.woff
Binary file not shown.
Binary file added fonts/Source Code Pro/SourceCodePro-Medium.ttf
Binary file not shown.
Binary file not shown.
Binary file added fonts/Source Code Pro/SourceCodePro-Regular.ttf
Binary file not shown.
Binary file removed fonts/Source Code Pro/SourceCodePro-Regular.ttf.woff
Binary file not shown.
Binary file added fonts/Source Code Pro/SourceCodePro-Semibold.ttf
Binary file not shown.
Binary file not shown.

0 comments on commit 74ac852

Please sign in to comment.