Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
install additional dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
joergsteffens committed Oct 2, 2014
1 parent 233f852 commit 5d51d9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
@@ -1,8 +1,9 @@
cache: apt

before_install:
- sudo bash -c 'URL=http://download.bareos.org/bareos/experimental/nightly/xUbuntu_12.04/; wget -q $URL/Release.key -O- | apt-key add -; echo "deb $URL /" >> /etc/apt/sources.list.d/bareos.list'
- sudo apt-get update -qq
- sudo apt-get install -qq make texlive-latex-extra tex4ht imagemagick
- sudo apt-get install -qq make texlive-latex-extra tex4ht imagemagick python bareos bareos-database-sqlite3

script:
- make pdf
Expand Down

0 comments on commit 5d51d9c

Please sign in to comment.