Skip to content

Commit

Permalink
Merge 5a4c701 into c813bfb
Browse files Browse the repository at this point in the history
  • Loading branch information
dralliw committed May 30, 2014
2 parents c813bfb + 5a4c701 commit 54ad18b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ install:
- "sudo apt-get install texlive-xetex"
- "sudo apt-get install texlive-lang-french"
- "sudo apt-get install texlive-latex-extra"
- "sudo apt-get install haskell-platform"
- "sudo cabal update"
- "sudo cabal install pandoc"
- "export PATH=$PATH:~/.cabal/bin"
- "sudo mkdir -p ~/cabal/bin"
- "sudo wget -P ~/cabal/bin https://dl.dropboxusercontent.com/u/18967337/pandoc"
- "sudo chmod u+x,g+x,o+x ~/cabal/bin/pandoc"
- "export PATH=$PATH:~/cabal/bin"
- "sudo apt-get --reinstall install -qq language-pack-fr"
- "pip install -r requirements.txt"
- "pip install coveralls"
Expand Down

0 comments on commit 54ad18b

Please sign in to comment.