Added travis config

This commit is contained in:
ebadf 2015-12-05 19:45:10 -06:00
parent 7e67b01813
commit 9459044ebe

14
.travis.yml Normal file
View file

@ -0,0 +1,14 @@
language: cpp
compiler:
- gcc
branches:
only:
- master
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y texlive-full
- mkdir -p ~/.fonts/
- cp -rf fonts/* ~/.fonts/
- sudo fc-cache -f -v
script:
- make test