Skip to content

Commit

Permalink
Fix travis 6
Browse files Browse the repository at this point in the history
  • Loading branch information
otreblan committed Apr 23, 2020
1 parent 78872a8 commit f1e7945
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
dist: bionic
sudo: required
language: minimal
services:
Expand All @@ -10,7 +11,7 @@ script:
- ./uncache.sh
# Docker image on https://hub.docker.com/r/otreblan/arutex
# The texhash rebuilds the /etc/texmf/ls-R
- docker run -v $(pwd):/home/docker/input otreblan/arutex -c "sudo make"
- docker run -v $(pwd):/home/docker/input otreblan/arutex -c "sudo texhash && sudo make"
- ./cache.sh
deploy:
provider: releases
Expand Down

0 comments on commit f1e7945

Please sign in to comment.