trying out travis-ci
This commit is contained in:
parent
111106fbcc
commit
1eedfcd513
7
.travis.yml
Normal file
7
.travis.yml
Normal file
@ -0,0 +1,7 @@
|
||||
before_install:
|
||||
- sudo add-apt-repository -y ppa:texlive-backports/ppa
|
||||
- sudo apt-get update
|
||||
install:
|
||||
- sudo apt-get install texlive-full texlive
|
||||
script:
|
||||
- make
|
Loading…
Reference in New Issue
Block a user